Color Hex Logo

#669db1 Color Hex

#669DB1
(102,157,177)
0 Favorites   0 Comments

Color spaces of #669db1

RGB 102157177
HSL0.540.320.55
HSV196°42°69°
CMYK 0.420.110.00   0.31
XYZ25.472330.113046.0648
Yxy30.11300.25060.2962
Hunter Lab54.8753-13.1748-11.3580
CIE-Lab61.7516-12.7722-16.0867

#669db1 color RGB value is (102,157,177).

#669db1 hex color red value is 102, green value is 157 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #669db1 hue: 0.54 , saturation: 0.32 and the lightness value of 669db1 is 0.55.

The process color (four color CMYK) of #669db1 color hex is 0.42, 0.11, 0.00, 0.31. Web safe color of #669db1 is #669999. Color #669db1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011101 10110001
Octal 146 235 261
Decimal 102 157 177
Hex 66 9D B1

RGB Percentages of Color #669db1

%23.39
%36.01
%40.60

CMYK Percentages of Color #669db1

%42
%11
%0
%31

Triadic Colors of #669db1

#669db1 #b1669d #9db166

Analogous Colors of #669db1

#669db1 #6678b1 #66b1a0

Monochromatic Colors of #669db1

#669db1

Complementary Color

#669db1 #b17a66

#669db1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669db1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#669db1 Color CSS Codes

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

#669db1 Text Font Color

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

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


#669db1 Background Color

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

This div background color is #669db1


#669db1 Border Color

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

This div border color is #669db1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669db1


Comments

No comments written yet.

Please login to write comment.