#66406A

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

Shades of Eminence #66406A

Tints of Eminence #66406A

Color information

#66406A (or 0x66406A) is unknown color: approx Eminence. HEX triplet: 66, 40 and 6A. RGB value is (102,64,106). Sum of RGB (Red+Green+Blue) = 102+64+106=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 106 - color contains mainly: blue. Hex color #66406A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66406A is #99BF95. Grayscale: #505050. Windows color (decimal): -10076054 or 6963302. OLE color: 6963302.

HSL color Cylindrical-coordinate representation of color #66406A: hue angle of 294.29º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66406A is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10264106-
CMYK0.040.4000.58
HSL294.29º24.71%33.33%-
HSV(B)294.29º39.62%41.57%-
XYZ9.917.5314.57-
YUV80.15142.59143.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.5%
GREEN value IS 64 (25.39% from 255) = 23.53%
BLUE value IS 106 (41.80% from 255) = 38.97%
R=37.5%
G=23.53%
B=38.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102641060.040.4000.58294.2924.7133.33
Hex66406A42803A1261921
Octal1461001524500724463141
Binary110011010000001101010100101000011101010010011011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66406A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66406A; }

 p { color: rgb(102,64,106); }

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

<style>
 a { background-color: #66406A; }

 a { background-color: rgb(102,64,106); }

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

<style>
 span { border-color: #66406A; }

 span { border-color: rgb(102,64,106); }

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