Color Hex Logo

#669fbc Color Hex

#669FBC
(102,159,188)
0 Favorites   0 Comments

Color spaces of #669fbc

RGB 102159188
HSL0.560.390.57
HSV200°46°74°
CMYK 0.460.150.00   0.26
XYZ26.954731.251952.1885
Yxy31.25190.24420.2831
Hunter Lab55.9034-11.7644-16.2177
CIE-Lab62.7197-10.8091-20.7958

#669fbc color RGB value is (102,159,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011111 10111100
Octal 146 237 274
Decimal 102 159 188
Hex 66 9F BC

RGB Percentages of Color #669fbc

%22.72
%35.41
%41.87

CMYK Percentages of Color #669fbc

%46
%15
%0
%26

Triadic Colors of #669fbc

#669fbc #bc669f #9fbc66

Analogous Colors of #669fbc

#669fbc #6674bc #66bcae

Monochromatic Colors of #669fbc

#669fbc

Complementary Color

#669fbc #bc8366

#669fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#669fbc Color CSS Codes

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

#669fbc Text Font Color

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

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


#669fbc Background Color

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

This div background color is #669fbc


#669fbc Border Color

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

This div border color is #669fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669fbc


Comments

No comments written yet.

Please login to write comment.