Color Hex Logo

#669abd Color Hex

#669ABD
(102,154,189)
0 Favorites   0 Comments

Color spaces of #669abd

RGB 102154189
HSL0.570.400.57
HSV204°46°74°
CMYK 0.460.190.00   0.26
XYZ26.220429.610152.4775
Yxy29.61010.24210.2734
Hunter Lab54.4152-9.2148-19.0881
CIE-Lab61.3163-7.7706-23.5038

#669abd color RGB value is (102,154,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011010 10111101
Octal 146 232 275
Decimal 102 154 189
Hex 66 9A BD

RGB Percentages of Color #669abd

%22.92
%34.61
%42.47

CMYK Percentages of Color #669abd

%46
%19
%0
%26

Triadic Colors of #669abd

#669abd #bd669a #9abd66

Analogous Colors of #669abd

#669abd #666fbd #66bdb5

Monochromatic Colors of #669abd

#669abd

Complementary Color

#669abd #bd8966

#669abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#669abd Color CSS Codes

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

#669abd Text Font Color

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

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


#669abd Background Color

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

This div background color is #669abd


#669abd Border Color

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

This div border color is #669abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669abd


Comments

No comments written yet.

Please login to write comment.