Color Hex Logo

#669dcc Color Hex

#669DCC
(102,157,204)
0 Favorites   0 Comments

Color spaces of #669dcc

RGB 102157204
HSL0.580.500.60
HSV208°50°80°
CMYK 0.500.230.00   0.20
XYZ28.435531.298461.6692
Yxy31.29840.23420.2578
Hunter Lab55.9450-7.1764-26.1950
CIE-Lab62.7587-5.0686-29.6842

#669dcc color RGB value is (102,157,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011101 11001100
Octal 146 235 314
Decimal 102 157 204
Hex 66 9D CC

RGB Percentages of Color #669dcc

%22.03
%33.91
%44.06

CMYK Percentages of Color #669dcc

%50
%23
%0
%20

Triadic Colors of #669dcc

#669dcc #cc669d #9dcc66

Analogous Colors of #669dcc

#669dcc #666acc #66ccc8

Monochromatic Colors of #669dcc

#669dcc

Complementary Color

#669dcc #cc9566

#669dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#669dcc Color CSS Codes

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

#669dcc Text Font Color

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

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


#669dcc Background Color

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

This div background color is #669dcc


#669dcc Border Color

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

This div border color is #669dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669dcc


Comments

No comments written yet.

Please login to write comment.