Color Hex Logo

#669fcc Color Hex

#669FCC
(102,159,204)
0 Favorites   0 Comments

Color spaces of #669fcc

RGB 102159204
HSL0.570.500.60
HSV206°50°80°
CMYK 0.500.220.00   0.20
XYZ28.776731.980761.7829
Yxy31.98070.23480.2610
Hunter Lab56.5515-8.1339-25.1887
CIE-Lab63.3269-6.1856-28.8062

#669fcc color RGB value is (102,159,204).

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

The process color (four color CMYK) of #669fcc color hex is 0.50, 0.22, 0.00, 0.20. Web safe color of #669fcc is #6699cc. Color #669fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011111 11001100
Octal 146 237 314
Decimal 102 159 204
Hex 66 9F CC

RGB Percentages of Color #669fcc

%21.94
%34.19
%43.87

CMYK Percentages of Color #669fcc

%50
%22
%0
%20

Triadic Colors of #669fcc

#669fcc #cc669f #9fcc66

Analogous Colors of #669fcc

#669fcc #666ccc #66ccc6

Monochromatic Colors of #669fcc

#669fcc

Complementary Color

#669fcc #cc9366

#669fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#669fcc Color CSS Codes

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

#669fcc Text Font Color

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

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


#669fcc Background Color

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

This div background color is #669fcc


#669fcc Border Color

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

This div border color is #669fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669fcc


Comments

No comments written yet.

Please login to write comment.