Color Hex Logo

#669dbc Color Hex

#669DBC
(102,157,188)
0 Favorites   0 Comments

Color spaces of #669dbc

RGB 102157188
HSL0.560.390.57
HSV202°46°74°
CMYK 0.460.160.00   0.26
XYZ26.613630.569652.0748
Yxy30.56960.24360.2798
Hunter Lab55.2898-10.8366-17.1396
CIE-Lab62.1426-9.7132-21.6770

#669dbc color RGB value is (102,157,188).

#669dbc hex color red value is 102, green value is 157 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #669dbc hue: 0.56 , saturation: 0.39 and the lightness value of 669dbc is 0.57.

The process color (four color CMYK) of #669dbc color hex is 0.46, 0.16, 0.00, 0.26. Web safe color of #669dbc is #6699cc. Color #669dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011101 10111100
Octal 146 235 274
Decimal 102 157 188
Hex 66 9D BC

RGB Percentages of Color #669dbc

%22.82
%35.12
%42.06

CMYK Percentages of Color #669dbc

%46
%16
%0
%26

Triadic Colors of #669dbc

#669dbc #bc669d #9dbc66

Analogous Colors of #669dbc

#669dbc #6672bc #66bcb0

Monochromatic Colors of #669dbc

#669dbc

Complementary Color

#669dbc #bc8566

#669dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#669dbc Color CSS Codes

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

#669dbc Text Font Color

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

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


#669dbc Background Color

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

This div background color is #669dbc


#669dbc Border Color

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

This div border color is #669dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669dbc


Comments

No comments written yet.

Please login to write comment.