Shades of Eminence #6F4D74
Tints of Eminence #6F4D74
RGB
CMYK
RGB Variations
Color information
#6F4D74 (or 0x6F4D74) is known color: Eminence. HEX triplet: 6F, 4D and 74. RGB value is (111,77,116). Sum of RGB (Red+Green+Blue) = 111+77+116=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 116 - color contains mainly: blue. Hex color #6F4D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4D74 is #90B28B. Grayscale: #5B5B5B. Windows color (decimal): -9482892 or 7621999. OLE color: 7621999.
HSL color Cylindrical-coordinate representation of color #6F4D74: hue angle of 292.31º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F4D74 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 77 | 116 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.55 |
| HSL | 292.31º | 0.2% | 0.38% | - |
| HSV(B) | 292.31º | 0.34% | 0.45% | - |
| XYZ | 12.36 | 9.95 | 17.79 | - |
| YUV | 91.61 | 141.76 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 77 | 116 | 0.04 | 0.34 | 0 | 0.55 | 292.31 | 0.2 | 0.38 |
| Hex | 6F | 4D | 74 | 4 | 22 | 0 | 37 | 124 | 14 | 26 |
| Octal | 157 | 115 | 164 | 4 | 42 | 0 | 67 | 444 | 24 | 46 |
| Binary | 1101111 | 1001101 | 1110100 | 100 | 100010 | 0 | 110111 | 100100100 | 10100 | 100110 |
Color Harmonies of #6F4D74
Complementary color
Monochromatic Colors of #6F4D74
Black with #6F4D74
Text Example
Text Example
White with #6F4D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4D74; }
p { color: rgb(111,77,116); }
H1.HeaderClassName
{
color: #6F4D74;
}
.AnyTagClassName
{
color: #6F4D74;
}
</style>
background-color css
<style>
a { background-color: #6F4D74; }
a { background-color: rgb(111,77,116); }
div.DivClassName
{
background-color: #6F4D74;
}
.BgClassName
{
background-color: #6F4D74;
}
</style>
border-color css
<style>
span { border-color: #6F4D74; }
span { border-color: rgb(111,77,116); }
td.TdClassName
{
border-color: #6F4D74;
}
.TagClassName
{
border-color: #6F4D74;
}
</style>