Color Hex Logo

#6174aa Color Hex

#6174AA
(97,116,170)
0 Favorites   0 Comments

Color spaces of #6174aa

RGB 97116170
HSL0.620.300.52
HSV224°43°67°
CMYK 0.430.320.00   0.33
XYZ18.430917.934440.5205
Yxy17.93440.23970.2333
Hunter Lab42.34903.5749-27.0857
CIE-Lab49.41647.4376-31.0713

#6174aa color RGB value is (97,116,170).

#6174aa hex color red value is 97, green value is 116 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6174aa hue: 0.62 , saturation: 0.30 and the lightness value of 6174aa is 0.52.

The process color (four color CMYK) of #6174aa color hex is 0.43, 0.32, 0.00, 0.33. Web safe color of #6174aa is #666699. Color #6174aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01110100 10101010
Octal 141 164 252
Decimal 97 116 170
Hex 61 74 AA

RGB Percentages of Color #6174aa

%25.33
%30.29
%44.39

CMYK Percentages of Color #6174aa

%43
%32
%0
%33

Triadic Colors of #6174aa

#6174aa #aa6174 #74aa61

Analogous Colors of #6174aa

#6174aa #7361aa #6199aa

Monochromatic Colors of #6174aa

#6174aa

Complementary Color

#6174aa #aa9761

#6174aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6174aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6174aa Color CSS Codes

.mybgcolor {background-color:#6174aa; } 
.myforecolor {color:#6174aa; }
.mybordercolor {border:3px solid #6174aa; }

#6174aa Text Font Color

<p style="color:#6174aa">Text here</p>

This sample text font color is #6174aa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6174aa Background Color

<div style="background-color:#6174aa">
Div content here</div>

This div background color is #6174aa


#6174aa Border Color

<div style="border:3px solid #6174aa">
Div here</div>

This div border color is #6174aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,116,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6174aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6174aa;
  -webkit-box-shadow: 1px 1px 3px 2px #6174aa;
  box-shadow:         1px 1px 3px 2px #6174aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,116,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6174aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6174aa;
  -webkit-box-shadow: 1px 1px 3px 2px #6174aa;
  box-shadow:         1px 1px 3px 2px #6174aa;">
Div content here</div>

This div box has shadow with color #6174aa


Comments

No comments written yet.

Please login to write comment.