Shades of Eminence #6F4870
Tints of Eminence #6F4870
RGB
CMYK
RGB Variations
Color information
#6F4870 (or 0x6F4870) is known color: Eminence. HEX triplet: 6F, 48 and 70. RGB value is (111,72,112). Sum of RGB (Red+Green+Blue) = 111+72+112=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 112 - color contains mainly: blue. Hex color #6F4870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4870 is #90B78F. Grayscale: #585858. Windows color (decimal): -9484176 or 7358575. OLE color: 7358575.
HSL color Cylindrical-coordinate representation of color #6F4870: 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 #6F4870 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 72 | 112 | - |
| 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.8 | 9.18 | 16.48 | - |
| YUV | 88.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 72 | 112 | 0.01 | 0.36 | 0 | 0.56 | 298.5 | 0.22 | 0.36 |
| Hex | 6F | 48 | 70 | 1 | 24 | 0 | 38 | 12A | 16 | 24 |
| Octal | 157 | 110 | 160 | 1 | 44 | 0 | 70 | 452 | 26 | 44 |
| Binary | 1101111 | 1001000 | 1110000 | 1 | 100100 | 0 | 111000 | 100101010 | 10110 | 100100 |
Color Harmonies of #6F4870
Complementary color
Monochromatic Colors of #6F4870
Black with #6F4870
Text Example
Text Example
White with #6F4870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4870; }
p { color: rgb(111,72,112); }
H1.HeaderClassName
{
color: #6F4870;
}
.AnyTagClassName
{
color: #6F4870;
}
</style>
background-color css
<style>
a { background-color: #6F4870; }
a { background-color: rgb(111,72,112); }
div.DivClassName
{
background-color: #6F4870;
}
.BgClassName
{
background-color: #6F4870;
}
</style>
border-color css
<style>
span { border-color: #6F4870; }
span { border-color: rgb(111,72,112); }
td.TdClassName
{
border-color: #6F4870;
}
.TagClassName
{
border-color: #6F4870;
}
</style>