#66466E

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

Shades of Eminence #66466E

Tints of Eminence #66466E

Color information

#66466E (or 0x66466E) is unknown color: approx Eminence. HEX triplet: 66, 46 and 6E. RGB value is (102,70,110). Sum of RGB (Red+Green+Blue) = 102+70+110=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 110 - color contains mainly: blue. Hex color #66466E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66466E is #99B991. Grayscale: #535353. Windows color (decimal): -10074514 or 7226982. OLE color: 7226982.

HSL color Cylindrical-coordinate representation of color #66466E: hue angle of 288º 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 #66466E is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10270110-
CMYK0.070.3600.57
HSL288º22.22%35.29%-
HSV(B)288º36.36%43.14%-
XYZ10.488.3315.81-
YUV84.13142.6140.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.17%
GREEN value IS 70 (27.73% from 255) = 24.82%
BLUE value IS 110 (43.36% from 255) = 39.01%
R=36.17%
G=24.82%
B=39.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal102701100.070.3600.5728822.2235.29
Hex66466E7240391201623
Octal1461061567440714402643
Binary110011010001101101110111100100011100110010000010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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