Color Hex Logo

#66779b Color Hex

#66779B
(102,119,155)
0 Favorites   0 Comments

Color spaces of #66779b

RGB 102119155
HSL0.610.210.50
HSV221°34°61°
CMYK 0.340.230.00   0.39
XYZ17.992718.385033.6107
Yxy18.38500.25710.2627
Hunter Lab42.8777-0.1324-16.4614
CIE-Lab49.95982.7836-21.4428

#66779b color RGB value is (102,119,155).

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

The process color (four color CMYK) of #66779b color hex is 0.34, 0.23, 0.00, 0.39. Web safe color of #66779b is #666699. Color #66779b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01110111 10011011
Octal 146 167 233
Decimal 102 119 155
Hex 66 77 9B

RGB Percentages of Color #66779b

%27.13
%31.65
%41.22

CMYK Percentages of Color #66779b

%34
%23
%0
%39

Triadic Colors of #66779b

#66779b #9b6677 #779b66

Analogous Colors of #66779b

#66779b #70669b #66929b

Monochromatic Colors of #66779b

#66779b

Complementary Color

#66779b #9b8a66

#66779b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66779b Color Preview on White Background

Lorem ipsum dolor sit amet.

#66779b Color CSS Codes

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

#66779b Text Font Color

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

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


#66779b Background Color

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

This div background color is #66779b


#66779b Border Color

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

This div border color is #66779b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66779b


Comments

No comments written yet.

Please login to write comment.