Color Hex Logo

#66659c Color Hex

#66659C
(102,101,156)
0 Favorites   0 Comments

Color spaces of #66659c

RGB 102101156
HSL0.670.220.50
HSV241°35°61°
CMYK 0.350.350.00   0.39
XYZ16.133914.532433.4072
Yxy14.53240.25180.2268
Hunter Lab38.12148.8331-25.2731
CIE-Lab44.987013.9703-29.7432

#66659c color RGB value is (102,101,156).

#66659c hex color red value is 102, green value is 101 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #66659c hue: 0.67 , saturation: 0.22 and the lightness value of 66659c is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01100101 10011100
Octal 146 145 234
Decimal 102 101 156
Hex 66 65 9C

RGB Percentages of Color #66659c

%28.41
%28.13
%43.45

CMYK Percentages of Color #66659c

%35
%35
%0
%39

Triadic Colors of #66659c

#66659c #9c6665 #659c66

Analogous Colors of #66659c

#66659c #82659c #65809c

Monochromatic Colors of #66659c

#66659c

Complementary Color

#66659c #9b9c65

#66659c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66659c Color Preview on White Background

Lorem ipsum dolor sit amet.

#66659c Color CSS Codes

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

#66659c Text Font Color

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

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


#66659c Background Color

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

This div background color is #66659c


#66659c Border Color

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

This div border color is #66659c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66659c


Comments

No comments written yet.

Please login to write comment.