Color Hex Logo

#665466 Color Hex

#665466
(102,84,102)
0 Favorites   0 Comments

Color spaces of #665466

RGB 10284102
HSL0.830.100.36
HSV300°18°40°
CMYK 0.000.180.00   0.60
XYZ11.048110.124713.9423
Yxy10.12470.31460.2883
Hunter Lab31.81936.2938-3.7056
CIE-Lab38.065310.9767-7.5903

#665466 color RGB value is (102,84,102).

#665466 hex color red value is 102, green value is 84 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #665466 hue: 0.83 , saturation: 0.10 and the lightness value of 665466 is 0.36.

The process color (four color CMYK) of #665466 color hex is 0.00, 0.18, 0.00, 0.60. Web safe color of #665466 is #666666. Color #665466 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010100 01100110
Octal 146 124 146
Decimal 102 84 102
Hex 66 54 66

RGB Percentages of Color #665466

%35.42
%29.17
%35.42

CMYK Percentages of Color #665466

%0
%18
%0
%60

Triadic Colors of #665466

#665466 #666654 #546666

Analogous Colors of #665466

#665466 #66545d #5d5466

Monochromatic Colors of #665466

#665466

Complementary Color

#665466 #546654

#665466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#665466 Color CSS Codes

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

#665466 Text Font Color

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

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


#665466 Background Color

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

This div background color is #665466


#665466 Border Color

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

This div border color is #665466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665466


Comments

No comments written yet.

Please login to write comment.