Shades of Eminence #6E476F
Tints of Eminence #6E476F
RGB
CMYK
RGB Variations
Color information
#6E476F (or 0x6E476F) is known color: Eminence. HEX triplet: 6E, 47 and 6F. RGB value is (110,71,111). Sum of RGB (Red+Green+Blue) = 110+71+111=292 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.67% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 111 - color contains mainly: blue. Hex color #6E476F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E476F is #91B890. Grayscale: #575757. Windows color (decimal): -9549969 or 7292782. OLE color: 7292782.
HSL color Cylindrical-coordinate representation of color #6E476F: hue angle of 298.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E476F is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 71 | 111 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.56 |
| HSL | 298.5º | 0.22% | 0.36% | - |
| HSV(B) | 298.5º | 0.36% | 0.44% | - |
| XYZ | 11.55 | 8.97 | 16.16 | - |
| YUV | 87.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 71 | 111 | 0.01 | 0.36 | 0 | 0.56 | 298.5 | 0.22 | 0.36 |
| Hex | 6E | 47 | 6F | 1 | 24 | 0 | 38 | 12A | 16 | 24 |
| Octal | 156 | 107 | 157 | 1 | 44 | 0 | 70 | 452 | 26 | 44 |
| Binary | 1101110 | 1000111 | 1101111 | 1 | 100100 | 0 | 111000 | 100101010 | 10110 | 100100 |
Color Harmonies of #6E476F
Complementary color
Monochromatic Colors of #6E476F
Black with #6E476F
Text Example
Text Example
White with #6E476F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E476F; }
p { color: rgb(110,71,111); }
H1.HeaderClassName
{
color: #6E476F;
}
.AnyTagClassName
{
color: #6E476F;
}
</style>
background-color css
<style>
a { background-color: #6E476F; }
a { background-color: rgb(110,71,111); }
div.DivClassName
{
background-color: #6E476F;
}
.BgClassName
{
background-color: #6E476F;
}
</style>
border-color css
<style>
span { border-color: #6E476F; }
span { border-color: rgb(110,71,111); }
td.TdClassName
{
border-color: #6E476F;
}
.TagClassName
{
border-color: #6E476F;
}
</style>