#66426C

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

Shades of Eminence #66426C

Tints of Eminence #66426C

Color information

#66426C (or 0x66426C) is unknown color: approx Eminence. HEX triplet: 66, 42 and 6C. RGB value is (102,66,108). Sum of RGB (Red+Green+Blue) = 102+66+108=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 108 - color contains mainly: blue. Hex color #66426C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66426C is #99BD93. Grayscale: #515151. Windows color (decimal): -10075540 or 7094886. OLE color: 7094886.

HSL color Cylindrical-coordinate representation of color #66426C: hue angle of 291.43º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66426C is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10266108-
CMYK0.060.3900.58
HSL291.43º24.14%34.12%-
HSV(B)291.43º38.89%42.35%-
XYZ10.137.815.16-
YUV81.55142.93142.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.96%
GREEN value IS 66 (26.17% from 255) = 23.91%
BLUE value IS 108 (42.58% from 255) = 39.13%
R=36.96%
G=23.91%
B=39.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102661080.060.3900.58291.4324.1434.12
Hex66426C62703A1231822
Octal1461021546470724433042
Binary110011010000101101100110100111011101010010001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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