Color Hex Logo

#66879b Color Hex

#66879B
(102,135,155)
0 Favorites   0 Comments

Color spaces of #66879b

RGB 102135155
HSL0.560.210.50
HSV203°34°61°
CMYK 0.340.130.00   0.39
XYZ20.059922.519334.2997
Yxy22.51930.26090.2929
Hunter Lab47.4545-7.5901-9.6361
CIE-Lab54.5737-6.5053-14.4051

#66879b color RGB value is (102,135,155).

#66879b hex color red value is 102, green value is 135 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #66879b hue: 0.56 , saturation: 0.21 and the lightness value of 66879b is 0.50.

The process color (four color CMYK) of #66879b color hex is 0.34, 0.13, 0.00, 0.39. Web safe color of #66879b is #669999. Color #66879b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10000111 10011011
Octal 146 207 233
Decimal 102 135 155
Hex 66 87 9B

RGB Percentages of Color #66879b

%26.02
%34.44
%39.54

CMYK Percentages of Color #66879b

%34
%13
%0
%39

Triadic Colors of #66879b

#66879b #9b6687 #879b66

Analogous Colors of #66879b

#66879b #666d9b #669b95

Monochromatic Colors of #66879b

#66879b

Complementary Color

#66879b #9b7a66

#66879b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66879b Color Preview on White Background

Lorem ipsum dolor sit amet.

#66879b Color CSS Codes

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

#66879b Text Font Color

<p style="color:#66879b">Text here</p>

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


#66879b Background Color

<div style="background-color:#66879b">
Div content here</div>

This div background color is #66879b


#66879b Border Color

<div style="border:3px solid #66879b">
Div here</div>

This div border color is #66879b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66879b


Comments

No comments written yet.

Please login to write comment.