Shades of Eminence #6D4C73
Tints of Eminence #6D4C73
RGB
CMYK
RGB Variations
Color information
#6D4C73 (or 0x6D4C73) is known color: Eminence. HEX triplet: 6D, 4C and 73. RGB value is (109,76,115). Sum of RGB (Red+Green+Blue) = 109+76+115=300 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.33% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D4C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4C73 is #92B38C. Grayscale: #5A5A5A. Windows color (decimal): -9614221 or 7556205. OLE color: 7556205.
HSL color Cylindrical-coordinate representation of color #6D4C73: hue angle of 290.77º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D4C73 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 76 | 115 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.55 |
| HSL | 290.77º | 0.2% | 0.37% | - |
| HSV(B) | 290.77º | 0.34% | 0.45% | - |
| XYZ | 11.99 | 9.66 | 17.45 | - |
| YUV | 90.31 | 141.93 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 76 | 115 | 0.05 | 0.34 | 0 | 0.55 | 290.77 | 0.2 | 0.37 |
| Hex | 6D | 4C | 73 | 5 | 22 | 0 | 37 | 123 | 14 | 25 |
| Octal | 155 | 114 | 163 | 5 | 42 | 0 | 67 | 443 | 24 | 45 |
| Binary | 1101101 | 1001100 | 1110011 | 101 | 100010 | 0 | 110111 | 100100011 | 10100 | 100101 |
Color Harmonies of #6D4C73
Complementary color
Monochromatic Colors of #6D4C73
Black with #6D4C73
Text Example
Text Example
White with #6D4C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4C73; }
p { color: rgb(109,76,115); }
H1.HeaderClassName
{
color: #6D4C73;
}
.AnyTagClassName
{
color: #6D4C73;
}
</style>
background-color css
<style>
a { background-color: #6D4C73; }
a { background-color: rgb(109,76,115); }
div.DivClassName
{
background-color: #6D4C73;
}
.BgClassName
{
background-color: #6D4C73;
}
</style>
border-color css
<style>
span { border-color: #6D4C73; }
span { border-color: rgb(109,76,115); }
td.TdClassName
{
border-color: #6D4C73;
}
.TagClassName
{
border-color: #6D4C73;
}
</style>