Color Hex Logo

#669fbd Color Hex

#669FBD
(102,159,189)
0 Favorites   0 Comments

Color spaces of #669fbd

RGB 102159189
HSL0.560.400.57
HSV201°46°74°
CMYK 0.460.160.00   0.26
XYZ27.062931.295252.7583
Yxy31.29520.24360.2816
Hunter Lab55.9421-11.5464-16.7562
CIE-Lab62.7560-10.5268-21.3007

#669fbd color RGB value is (102,159,189).

#669fbd hex color red value is 102, green value is 159 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #669fbd hue: 0.56 , saturation: 0.40 and the lightness value of 669fbd is 0.57.

The process color (four color CMYK) of #669fbd color hex is 0.46, 0.16, 0.00, 0.26. Web safe color of #669fbd is #6699cc. Color #669fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011111 10111101
Octal 146 237 275
Decimal 102 159 189
Hex 66 9F BD

RGB Percentages of Color #669fbd

%22.67
%35.33
%42.00

CMYK Percentages of Color #669fbd

%46
%16
%0
%26

Triadic Colors of #669fbd

#669fbd #bd669f #9fbd66

Analogous Colors of #669fbd

#669fbd #6674bd #66bdb0

Monochromatic Colors of #669fbd

#669fbd

Complementary Color

#669fbd #bd8466

#669fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#669fbd Color CSS Codes

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

#669fbd Text Font Color

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

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


#669fbd Background Color

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

This div background color is #669fbd


#669fbd Border Color

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

This div border color is #669fbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,159,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669fbd


Comments

No comments written yet.

Please login to write comment.