Shades of Eminence #6E4E70
Tints of Eminence #6E4E70
RGB
CMYK
RGB Variations
Color information
#6E4E70 (or 0x6E4E70) is known color: Eminence. HEX triplet: 6E, 4E and 70. RGB value is (110,78,112). Sum of RGB (Red+Green+Blue) = 110+78+112=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 112 - color contains mainly: blue. Hex color #6E4E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4E70 is #91B18F. Grayscale: #5B5B5B. Windows color (decimal): -9548176 or 7360110. OLE color: 7360110.
HSL color Cylindrical-coordinate representation of color #6E4E70: hue angle of 296.47º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E4E70 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 78 | 112 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.56 |
| HSL | 296.47º | 0.18% | 0.37% | - |
| HSV(B) | 296.47º | 0.3% | 0.44% | - |
| XYZ | 12.08 | 9.93 | 16.61 | - |
| YUV | 91.44 | 139.6 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 78 | 112 | 0.02 | 0.30 | 0 | 0.56 | 296.47 | 0.18 | 0.37 |
| Hex | 6E | 4E | 70 | 2 | 1E | 0 | 38 | 128 | 12 | 25 |
| Octal | 156 | 116 | 160 | 2 | 36 | 0 | 70 | 450 | 22 | 45 |
| Binary | 1101110 | 1001110 | 1110000 | 10 | 11110 | 0 | 111000 | 100101000 | 10010 | 100101 |
Color Harmonies of #6E4E70
Complementary color
Monochromatic Colors of #6E4E70
Black with #6E4E70
Text Example
Text Example
White with #6E4E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4E70; }
p { color: rgb(110,78,112); }
H1.HeaderClassName
{
color: #6E4E70;
}
.AnyTagClassName
{
color: #6E4E70;
}
</style>
background-color css
<style>
a { background-color: #6E4E70; }
a { background-color: rgb(110,78,112); }
div.DivClassName
{
background-color: #6E4E70;
}
.BgClassName
{
background-color: #6E4E70;
}
</style>
border-color css
<style>
span { border-color: #6E4E70; }
span { border-color: rgb(110,78,112); }
td.TdClassName
{
border-color: #6E4E70;
}
.TagClassName
{
border-color: #6E4E70;
}
</style>