Shades of Eminence #6D4A75
Tints of Eminence #6D4A75
RGB
CMYK
RGB Variations
Color information
#6D4A75 (or 0x6D4A75) is known color: Eminence. HEX triplet: 6D, 4A and 75. RGB value is (109,74,117). Sum of RGB (Red+Green+Blue) = 109+74+117=300 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.33% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 117 - color contains mainly: blue. Hex color #6D4A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4A75 is #92B58A. Grayscale: #595959. Windows color (decimal): -9614731 or 7686765. OLE color: 7686765.
HSL color Cylindrical-coordinate representation of color #6D4A75: hue angle of 288.84º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D4A75 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 74 | 117 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.54 |
| HSL | 288.84º | 0.23% | 0.37% | - |
| HSV(B) | 288.84º | 0.37% | 0.46% | - |
| XYZ | 11.97 | 9.43 | 18.02 | - |
| YUV | 89.37 | 143.6 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 117 | 0.07 | 0.37 | 0 | 0.54 | 288.84 | 0.23 | 0.37 |
| Hex | 6D | 4A | 75 | 7 | 25 | 0 | 36 | 121 | 17 | 25 |
| Octal | 155 | 112 | 165 | 7 | 45 | 0 | 66 | 441 | 27 | 45 |
| Binary | 1101101 | 1001010 | 1110101 | 111 | 100101 | 0 | 110110 | 100100001 | 10111 | 100101 |
Color Harmonies of #6D4A75
Complementary color
Monochromatic Colors of #6D4A75
Black with #6D4A75
Text Example
Text Example
White with #6D4A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4A75; }
p { color: rgb(109,74,117); }
H1.HeaderClassName
{
color: #6D4A75;
}
.AnyTagClassName
{
color: #6D4A75;
}
</style>
background-color css
<style>
a { background-color: #6D4A75; }
a { background-color: rgb(109,74,117); }
div.DivClassName
{
background-color: #6D4A75;
}
.BgClassName
{
background-color: #6D4A75;
}
</style>
border-color css
<style>
span { border-color: #6D4A75; }
span { border-color: rgb(109,74,117); }
td.TdClassName
{
border-color: #6D4A75;
}
.TagClassName
{
border-color: #6D4A75;
}
</style>