Color Hex Logo

#669aaa Color Hex

#669AAA
(102,154,170)
0 Favorites   0 Comments

Color spaces of #669aaa

RGB 102154170
HSL0.540.290.53
HSV194°40°67°
CMYK 0.400.090.00   0.33
XYZ24.290828.838342.3163
Yxy28.83830.25450.3021
Hunter Lab53.7013-13.2361-9.1292
CIE-Lab60.6387-13.0383-13.8172

#669aaa color RGB value is (102,154,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011010 10101010
Octal 146 232 252
Decimal 102 154 170
Hex 66 9A AA

RGB Percentages of Color #669aaa

%23.94
%36.15
%39.91

CMYK Percentages of Color #669aaa

%40
%9
%0
%33

Triadic Colors of #669aaa

#669aaa #aa669a #9aaa66

Analogous Colors of #669aaa

#669aaa #6678aa #66aa98

Monochromatic Colors of #669aaa

#669aaa

Complementary Color

#669aaa #aa7666

#669aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#669aaa Color CSS Codes

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

#669aaa Text Font Color

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

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


#669aaa Background Color

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

This div background color is #669aaa


#669aaa Border Color

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

This div border color is #669aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669aaa


Comments

No comments written yet.

Please login to write comment.