Shades of Eminence #6D4874
Tints of Eminence #6D4874
RGB
CMYK
RGB Variations
Color information
#6D4874 (or 0x6D4874) is known color: Eminence. HEX triplet: 6D, 48 and 74. RGB value is (109,72,116). Sum of RGB (Red+Green+Blue) = 109+72+116=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 116 - color contains mainly: blue. Hex color #6D4874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4874 is #92B78B. Grayscale: #575757. Windows color (decimal): -9615244 or 7620717. OLE color: 7620717.
HSL color Cylindrical-coordinate representation of color #6D4874: hue angle of 290.45º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D4874 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 72 | 116 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.55 |
| HSL | 290.45º | 0.23% | 0.37% | - |
| HSV(B) | 290.45º | 0.38% | 0.45% | - |
| XYZ | 11.78 | 9.15 | 17.67 | - |
| YUV | 88.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 72 | 116 | 0.06 | 0.38 | 0 | 0.55 | 290.45 | 0.23 | 0.37 |
| Hex | 6D | 48 | 74 | 6 | 26 | 0 | 37 | 122 | 17 | 25 |
| Octal | 155 | 110 | 164 | 6 | 46 | 0 | 67 | 442 | 27 | 45 |
| Binary | 1101101 | 1001000 | 1110100 | 110 | 100110 | 0 | 110111 | 100100010 | 10111 | 100101 |
Color Harmonies of #6D4874
Complementary color
Monochromatic Colors of #6D4874
Black with #6D4874
Text Example
Text Example
White with #6D4874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4874; }
p { color: rgb(109,72,116); }
H1.HeaderClassName
{
color: #6D4874;
}
.AnyTagClassName
{
color: #6D4874;
}
</style>
background-color css
<style>
a { background-color: #6D4874; }
a { background-color: rgb(109,72,116); }
div.DivClassName
{
background-color: #6D4874;
}
.BgClassName
{
background-color: #6D4874;
}
</style>
border-color css
<style>
span { border-color: #6D4874; }
span { border-color: rgb(109,72,116); }
td.TdClassName
{
border-color: #6D4874;
}
.TagClassName
{
border-color: #6D4874;
}
</style>