Color Hex Logo

#669ccc Color Hex

#669CCC
(102,156,204)
0 Favorites   0 Comments

Color spaces of #669ccc

RGB 102156204
HSL0.580.500.60
HSV208°50°80°
CMYK 0.500.240.00   0.20
XYZ28.267030.961361.6130
Yxy30.96130.23390.2562
Hunter Lab55.6429-6.6957-26.7014
CIE-Lab62.4750-4.5073-30.1232

#669ccc color RGB value is (102,156,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011100 11001100
Octal 146 234 314
Decimal 102 156 204
Hex 66 9C CC

RGB Percentages of Color #669ccc

%22.08
%33.77
%44.16

CMYK Percentages of Color #669ccc

%50
%24
%0
%20

Triadic Colors of #669ccc

#669ccc #cc669c #9ccc66

Analogous Colors of #669ccc

#669ccc #6669cc #66ccc9

Monochromatic Colors of #669ccc

#669ccc

Complementary Color

#669ccc #cc9666

#669ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#669ccc Color CSS Codes

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

#669ccc Text Font Color

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

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


#669ccc Background Color

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

This div background color is #669ccc


#669ccc Border Color

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

This div border color is #669ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669ccc


Comments

No comments written yet.

Please login to write comment.