#66466D

Color #66466D Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #66466D

Tints of Eminence #66466D

Color information

#66466D (or 0x66466D) is unknown color: approx Eminence. HEX triplet: 66, 46 and 6D. RGB value is (102,70,109). Sum of RGB (Red+Green+Blue) = 102+70+109=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 109 - color contains mainly: blue. Hex color #66466D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66466D is #99B992. Grayscale: #535353. Windows color (decimal): -10074515 or 7161446. OLE color: 7161446.

HSL color Cylindrical-coordinate representation of color #66466D: hue angle of 289.23º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66466D is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10270109-
CMYK0.060.3600.57
HSL289.23º21.79%35.1%-
HSV(B)289.23º35.78%42.75%-
XYZ10.438.3115.52-
YUV84.01142.1140.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 36.30%
GREEN value IS 70 (27.73% from 255) = 24.91%
BLUE value IS 109 (42.97% from 255) = 38.79%
R=36.30%
G=24.91%
B=38.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal102701090.060.3600.57289.2321.7935.1
Hex66466D6240391211623
Octal1461061556440714412643
Binary110011010001101101101110100100011100110010000110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66466D; }

 p { color: rgb(102,70,109); }

 H1.HeaderClassName
 {
   color: #66466D;
 }
 .AnyTagClassName
 {
   color: #66466D;
 }
</style>
background-color css

<style>
 a { background-color: #66466D; }

 a { background-color: rgb(102,70,109); }

 div.DivClassName
 {
   background-color: #66466D;
 }
 .BgClassName
 {
   background-color: #66466D;
 }
</style>
border-color css

<style>
 span { border-color: #66466D; }

 span { border-color: rgb(102,70,109); }

 td.TdClassName
 {
   border-color: #66466D;
 }
 .TagClassName
 {
   border-color: #66466D;
 }
</style>