Color Hex Logo

#669ccb Color Hex

#669CCB
(102,156,203)
0 Favorites   0 Comments

Color spaces of #669ccb

RGB 102156203
HSL0.580.490.60
HSV208°50°80°
CMYK 0.500.230.00   0.20
XYZ28.147430.913560.9833
Yxy30.91350.23450.2575
Hunter Lab55.5999-6.9344-26.1107
CIE-Lab62.4345-4.8045-29.6274

#669ccb color RGB value is (102,156,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011100 11001011
Octal 146 234 313
Decimal 102 156 203
Hex 66 9C CB

RGB Percentages of Color #669ccb

%22.13
%33.84
%44.03

CMYK Percentages of Color #669ccb

%50
%23
%0
%20

Triadic Colors of #669ccb

#669ccb #cb669c #9ccb66

Analogous Colors of #669ccb

#669ccb #666acb #66cbc8

Monochromatic Colors of #669ccb

#669ccb

Complementary Color

#669ccb #cb9566

#669ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#669ccb Color CSS Codes

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

#669ccb Text Font Color

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

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


#669ccb Background Color

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

This div background color is #669ccb


#669ccb Border Color

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

This div border color is #669ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669ccb

#669ccb Color Palettes


Comments

No comments written yet.

Please login to write comment.