Shades of Eminence #64426B
Tints of Eminence #64426B
RGB
CMYK
RGB Variations
Color information
#64426B (or 0x64426B) is known color: Eminence. HEX triplet: 64, 42 and 6B. RGB value is (100,66,107). Sum of RGB (Red+Green+Blue) = 100+66+107=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 107 - color contains mainly: blue. Hex color #64426B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64426B is #9BBD94. Grayscale: #505050. Windows color (decimal): -10206613 or 7029348. OLE color: 7029348.
HSL color Cylindrical-coordinate representation of color #64426B: hue angle of 289.76º degrees, saturation: 0.24, 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 #64426B is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 66 | 107 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.58 |
| HSL | 289.76º | 0.24% | 0.34% | - |
| HSV(B) | 289.76º | 0.38% | 0.42% | - |
| XYZ | 9.86 | 7.67 | 14.87 | - |
| YUV | 80.84 | 142.76 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 66 | 107 | 0.07 | 0.38 | 0 | 0.58 | 289.76 | 0.24 | 0.34 |
| Hex | 64 | 42 | 6B | 7 | 26 | 0 | 3A | 122 | 18 | 22 |
| Octal | 144 | 102 | 153 | 7 | 46 | 0 | 72 | 442 | 30 | 42 |
| Binary | 1100100 | 1000010 | 1101011 | 111 | 100110 | 0 | 111010 | 100100010 | 11000 | 100010 |
Color Harmonies of #64426B
Complementary color
Monochromatic Colors of #64426B
Black with #64426B
Text Example
Text Example
White with #64426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64426B; }
p { color: rgb(100,66,107); }
H1.HeaderClassName
{
color: #64426B;
}
.AnyTagClassName
{
color: #64426B;
}
</style>
background-color css
<style>
a { background-color: #64426B; }
a { background-color: rgb(100,66,107); }
div.DivClassName
{
background-color: #64426B;
}
.BgClassName
{
background-color: #64426B;
}
</style>
border-color css
<style>
span { border-color: #64426B; }
span { border-color: rgb(100,66,107); }
td.TdClassName
{
border-color: #64426B;
}
.TagClassName
{
border-color: #64426B;
}
</style>