Color Hex Logo

#668aaa Color Hex

#668AAA
(102,138,170)
0 Favorites   0 Comments

Color spaces of #668aaa

RGB 102138170
HSL0.580.290.53
HSV208°40°67°
CMYK 0.400.190.00   0.33
XYZ21.823723.904041.4939
Yxy23.90400.25020.2741
Hunter Lab48.8917-5.8838-16.0946
CIE-Lab55.9915-4.1356-20.8778

#668aaa color RGB value is (102,138,170).

#668aaa hex color red value is 102, green value is 138 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #668aaa hue: 0.58 , saturation: 0.29 and the lightness value of 668aaa is 0.53.

The process color (four color CMYK) of #668aaa color hex is 0.40, 0.19, 0.00, 0.33. Web safe color of #668aaa is #669999. Color #668aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001010 10101010
Octal 146 212 252
Decimal 102 138 170
Hex 66 8A AA

RGB Percentages of Color #668aaa

%24.88
%33.66
%41.46

CMYK Percentages of Color #668aaa

%40
%19
%0
%33

Triadic Colors of #668aaa

#668aaa #aa668a #8aaa66

Analogous Colors of #668aaa

#668aaa #6668aa #66aaa8

Monochromatic Colors of #668aaa

#668aaa

Complementary Color

#668aaa #aa8666

#668aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#668aaa Color CSS Codes

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

#668aaa Text Font Color

<p style="color:#668aaa">Text here</p>

This sample text font color is #668aaa
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.


#668aaa Background Color

<div style="background-color:#668aaa">
Div content here</div>

This div background color is #668aaa


#668aaa Border Color

<div style="border:3px solid #668aaa">
Div here</div>

This div border color is #668aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,138,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #668aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #668aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #668aaa;
  box-shadow:         1px 1px 3px 2px #668aaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,138,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 #668aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668aaa


Comments

No comments written yet.

Please login to write comment.