Shades of Eminence #66426A
Tints of Eminence #66426A
RGB
CMYK
RGB Variations
Color information
#66426A (or 0x66426A) is known color: Eminence. HEX triplet: 66, 42 and 6A. RGB value is (102,66,106). Sum of RGB (Red+Green+Blue) = 102+66+106=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 106 - color contains mainly: blue. Hex color #66426A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66426A is #99BD95. Grayscale: #515151. Windows color (decimal): -10075542 or 6963814. OLE color: 6963814.
HSL color Cylindrical-coordinate representation of color #66426A: hue angle of 294º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66426A is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 66 | 106 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.58 |
| HSL | 294º | 0.23% | 0.34% | - |
| HSV(B) | 294º | 0.38% | 0.42% | - |
| XYZ | 10.03 | 7.76 | 14.61 | - |
| YUV | 81.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 106 | 0.04 | 0.38 | 0 | 0.58 | 294 | 0.23 | 0.34 |
| Hex | 66 | 42 | 6A | 4 | 26 | 0 | 3A | 126 | 17 | 22 |
| Octal | 146 | 102 | 152 | 4 | 46 | 0 | 72 | 446 | 27 | 42 |
| Binary | 1100110 | 1000010 | 1101010 | 100 | 100110 | 0 | 111010 | 100100110 | 10111 | 100010 |
Color Harmonies of #66426A
Complementary color
Monochromatic Colors of #66426A
Black with #66426A
Text Example
Text Example
White with #66426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66426A; }
p { color: rgb(102,66,106); }
H1.HeaderClassName
{
color: #66426A;
}
.AnyTagClassName
{
color: #66426A;
}
</style>
background-color css
<style>
a { background-color: #66426A; }
a { background-color: rgb(102,66,106); }
div.DivClassName
{
background-color: #66426A;
}
.BgClassName
{
background-color: #66426A;
}
</style>
border-color css
<style>
span { border-color: #66426A; }
span { border-color: rgb(102,66,106); }
td.TdClassName
{
border-color: #66426A;
}
.TagClassName
{
border-color: #66426A;
}
</style>