Shades of Eminence #6F4B70
Tints of Eminence #6F4B70
RGB
CMYK
RGB Variations
Color information
#6F4B70 (or 0x6F4B70) is known color: Eminence. HEX triplet: 6F, 4B and 70. RGB value is (111,75,112). Sum of RGB (Red+Green+Blue) = 111+75+112=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 112 - color contains mainly: blue. Hex color #6F4B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4B70 is #90B48F. Grayscale: #595959. Windows color (decimal): -9483408 or 7359343. OLE color: 7359343.
HSL color Cylindrical-coordinate representation of color #6F4B70: hue angle of 298.38º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F4B70 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 75 | 112 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.56 |
| HSL | 298.38º | 0.2% | 0.37% | - |
| HSV(B) | 298.38º | 0.33% | 0.44% | - |
| XYZ | 12 | 9.58 | 16.55 | - |
| YUV | 89.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 75 | 112 | 0.01 | 0.33 | 0 | 0.56 | 298.38 | 0.2 | 0.37 |
| Hex | 6F | 4B | 70 | 1 | 21 | 0 | 38 | 12A | 14 | 25 |
| Octal | 157 | 113 | 160 | 1 | 41 | 0 | 70 | 452 | 24 | 45 |
| Binary | 1101111 | 1001011 | 1110000 | 1 | 100001 | 0 | 111000 | 100101010 | 10100 | 100101 |
Color Harmonies of #6F4B70
Complementary color
Monochromatic Colors of #6F4B70
Black with #6F4B70
Text Example
Text Example
White with #6F4B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4B70; }
p { color: rgb(111,75,112); }
H1.HeaderClassName
{
color: #6F4B70;
}
.AnyTagClassName
{
color: #6F4B70;
}
</style>
background-color css
<style>
a { background-color: #6F4B70; }
a { background-color: rgb(111,75,112); }
div.DivClassName
{
background-color: #6F4B70;
}
.BgClassName
{
background-color: #6F4B70;
}
</style>
border-color css
<style>
span { border-color: #6F4B70; }
span { border-color: rgb(111,75,112); }
td.TdClassName
{
border-color: #6F4B70;
}
.TagClassName
{
border-color: #6F4B70;
}
</style>