Color Hex Logo

#669bcc Color Hex

#669BCC
(102,155,204)
0 Favorites   0 Comments

Color spaces of #669bcc

RGB 102155204
HSL0.580.500.60
HSV209°50°80°
CMYK 0.500.240.00   0.20
XYZ28.099930.627161.5573
Yxy30.62710.23360.2546
Hunter Lab55.3418-6.2143-27.2097
CIE-Lab62.1916-3.9448-30.5619

#669bcc color RGB value is (102,155,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011011 11001100
Octal 146 233 314
Decimal 102 155 204
Hex 66 9B CC

RGB Percentages of Color #669bcc

%22.13
%33.62
%44.25

CMYK Percentages of Color #669bcc

%50
%24
%0
%20

Triadic Colors of #669bcc

#669bcc #cc669b #9bcc66

Analogous Colors of #669bcc

#669bcc #6668cc #66ccca

Monochromatic Colors of #669bcc

#669bcc

Complementary Color

#669bcc #cc9766

#669bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#669bcc Color CSS Codes

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

#669bcc Text Font Color

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

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


#669bcc Background Color

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

This div background color is #669bcc


#669bcc Border Color

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

This div border color is #669bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669bcc


Comments

No comments written yet.

Please login to write comment.