Color Hex Logo

#666186 Color Hex

#666186
(102,97,134)
0 Favorites   0 Comments

Color spaces of #666186

RGB 10297134
HSL0.690.160.45
HSV248°28°53°
CMYK 0.240.280.00   0.47
XYZ14.057313.095424.3410
Yxy13.09540.27300.2543
Hunter Lab36.18766.0113-14.5492
CIE-Lab42.906610.5102-19.8193

#666186 color RGB value is (102,97,134).

#666186 hex color red value is 102, green value is 97 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #666186 hue: 0.69 , saturation: 0.16 and the lightness value of 666186 is 0.45.

The process color (four color CMYK) of #666186 color hex is 0.24, 0.28, 0.00, 0.47. Web safe color of #666186 is #666699. Color #666186 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01100001 10000110
Octal 146 141 206
Decimal 102 97 134
Hex 66 61 86

RGB Percentages of Color #666186

%30.63
%29.13
%40.24

CMYK Percentages of Color #666186

%24
%28
%0
%47

Triadic Colors of #666186

#666186 #866661 #618666

Analogous Colors of #666186

#666186 #796186 #616f86

Monochromatic Colors of #666186

#666186

Complementary Color

#666186 #818661

#666186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#666186 Color CSS Codes

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

#666186 Text Font Color

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

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


#666186 Background Color

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

This div background color is #666186


#666186 Border Color

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

This div border color is #666186


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,97,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #666186; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #666186;
  -webkit-box-shadow: 1px 1px 3px 2px #666186;
  box-shadow:         1px 1px 3px 2px #666186; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666186


Comments

No comments written yet.

Please login to write comment.