Color Hex Logo

#669bbd Color Hex

#669BBD
(102,155,189)
0 Favorites   0 Comments

Color spaces of #669bbd

RGB 102155189
HSL0.570.400.57
HSV203°46°74°
CMYK 0.460.180.00   0.26
XYZ26.386129.941652.5327
Yxy29.94160.24240.2750
Hunter Lab54.7189-9.6833-18.6179
CIE-Lab61.6038-8.3254-23.0631

#669bbd color RGB value is (102,155,189).

#669bbd hex color red value is 102, green value is 155 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #669bbd hue: 0.57 , saturation: 0.40 and the lightness value of 669bbd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011011 10111101
Octal 146 233 275
Decimal 102 155 189
Hex 66 9B BD

RGB Percentages of Color #669bbd

%22.87
%34.75
%42.38

CMYK Percentages of Color #669bbd

%46
%18
%0
%26

Triadic Colors of #669bbd

#669bbd #bd669b #9bbd66

Analogous Colors of #669bbd

#669bbd #6670bd #66bdb4

Monochromatic Colors of #669bbd

#669bbd

Complementary Color

#669bbd #bd8866

#669bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#669bbd Color CSS Codes

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

#669bbd Text Font Color

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

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


#669bbd Background Color

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

This div background color is #669bbd


#669bbd Border Color

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

This div border color is #669bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669bbd


Comments

No comments written yet.

Please login to write comment.