Color Hex Logo

#669bba Color Hex

#669BBA
(102,155,186)
0 Favorites   0 Comments

Color spaces of #669bba

RGB 102155186
HSL0.560.380.56
HSV202°45°73°
CMYK 0.450.170.00   0.27
XYZ26.063829.812650.8351
Yxy29.81260.24420.2794
Hunter Lab54.6009-10.3445-16.9801
CIE-Lab61.4922-9.1779-21.5473

#669bba color RGB value is (102,155,186).

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

The process color (four color CMYK) of #669bba color hex is 0.45, 0.17, 0.00, 0.27. Web safe color of #669bba is #6699cc. Color #669bba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011011 10111010
Octal 146 233 272
Decimal 102 155 186
Hex 66 9B BA

RGB Percentages of Color #669bba

%23.02
%34.99
%41.99

CMYK Percentages of Color #669bba

%45
%17
%0
%27

Triadic Colors of #669bba

#669bba #ba669b #9bba66

Analogous Colors of #669bba

#669bba #6671ba #66baaf

Monochromatic Colors of #669bba

#669bba

Complementary Color

#669bba #ba8566

#669bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#669bba Color CSS Codes

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

#669bba Text Font Color

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

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


#669bba Background Color

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

This div background color is #669bba


#669bba Border Color

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

This div border color is #669bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669bba


Comments

No comments written yet.

Please login to write comment.