#66426E

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

Shades of Eminence #66426E

Tints of Eminence #66426E

Color information

#66426E (or 0x66426E) is unknown color: approx Eminence. HEX triplet: 66, 42 and 6E. RGB value is (102,66,110). Sum of RGB (Red+Green+Blue) = 102+66+110=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 110 - color contains mainly: blue. Hex color #66426E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66426E is #99BD91. Grayscale: #515151. Windows color (decimal): -10075538 or 7225958. OLE color: 7225958.

HSL color Cylindrical-coordinate representation of color #66426E: hue angle of 289.09º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66426E is Cyan = 0.07, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10266110-
CMYK0.070.400.57
HSL289.09º25%34.51%-
HSV(B)289.09º40%43.14%-
XYZ10.247.8515.73-
YUV81.78143.93142.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.69%
GREEN value IS 66 (26.17% from 255) = 23.74%
BLUE value IS 110 (43.36% from 255) = 39.57%
R=36.69%
G=23.74%
B=39.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal102661100.070.400.57289.092534.51
Hex66426E7280391211923
Octal1461021567500714413143
Binary110011010000101101110111101000011100110010000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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