Color Hex Logo

#66759c Color Hex

#66759C
(102,117,156)
0 Favorites   0 Comments

Color spaces of #66759c

RGB 102117156
HSL0.620.210.51
HSV223°35°61°
CMYK 0.350.250.00   0.39
XYZ17.841517.947733.9764
Yxy17.94770.25570.2573
Hunter Lab42.36471.0353-17.8951
CIE-Lab49.43264.2495-22.8401

#66759c color RGB value is (102,117,156).

#66759c hex color red value is 102, green value is 117 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #66759c hue: 0.62 , saturation: 0.21 and the lightness value of 66759c is 0.51.

The process color (four color CMYK) of #66759c color hex is 0.35, 0.25, 0.00, 0.39. Web safe color of #66759c is #666699. Color #66759c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01110101 10011100
Octal 146 165 234
Decimal 102 117 156
Hex 66 75 9C

RGB Percentages of Color #66759c

%27.20
%31.20
%41.60

CMYK Percentages of Color #66759c

%35
%25
%0
%39

Triadic Colors of #66759c

#66759c #9c6675 #759c66

Analogous Colors of #66759c

#66759c #72669c #66909c

Monochromatic Colors of #66759c

#66759c

Complementary Color

#66759c #9c8d66

#66759c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66759c Color Preview on White Background

Lorem ipsum dolor sit amet.

#66759c Color CSS Codes

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

#66759c Text Font Color

<p style="color:#66759c">Text here</p>

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


#66759c Background Color

<div style="background-color:#66759c">
Div content here</div>

This div background color is #66759c


#66759c Border Color

<div style="border:3px solid #66759c">
Div here</div>

This div border color is #66759c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,117,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66759c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66759c;
  -webkit-box-shadow: 1px 1px 3px 2px #66759c;
  box-shadow:         1px 1px 3px 2px #66759c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66759c


Comments

No comments written yet.

Please login to write comment.