Shades of Eminence #6D4674
Tints of Eminence #6D4674
RGB
CMYK
RGB Variations
Color information
#6D4674 (or 0x6D4674) is known color: Eminence. HEX triplet: 6D, 46 and 74. RGB value is (109,70,116). Sum of RGB (Red+Green+Blue) = 109+70+116=295 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.95% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 116 - color contains mainly: blue. Hex color #6D4674 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4674 is #92B98B. Grayscale: #565656. Windows color (decimal): -9615756 or 7620205. OLE color: 7620205.
HSL color Cylindrical-coordinate representation of color #6D4674: hue angle of 290.87º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D4674 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 70 | 116 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.55 |
| HSL | 290.87º | 0.25% | 0.36% | - |
| HSV(B) | 290.87º | 0.4% | 0.45% | - |
| XYZ | 11.65 | 8.89 | 17.63 | - |
| YUV | 86.91 | 144.42 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 70 | 116 | 0.06 | 0.40 | 0 | 0.55 | 290.87 | 0.25 | 0.36 |
| Hex | 6D | 46 | 74 | 6 | 28 | 0 | 37 | 123 | 19 | 24 |
| Octal | 155 | 106 | 164 | 6 | 50 | 0 | 67 | 443 | 31 | 44 |
| Binary | 1101101 | 1000110 | 1110100 | 110 | 101000 | 0 | 110111 | 100100011 | 11001 | 100100 |
Color Harmonies of #6D4674
Complementary color
Monochromatic Colors of #6D4674
Black with #6D4674
Text Example
Text Example
White with #6D4674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4674; }
p { color: rgb(109,70,116); }
H1.HeaderClassName
{
color: #6D4674;
}
.AnyTagClassName
{
color: #6D4674;
}
</style>
background-color css
<style>
a { background-color: #6D4674; }
a { background-color: rgb(109,70,116); }
div.DivClassName
{
background-color: #6D4674;
}
.BgClassName
{
background-color: #6D4674;
}
</style>
border-color css
<style>
span { border-color: #6D4674; }
span { border-color: rgb(109,70,116); }
td.TdClassName
{
border-color: #6D4674;
}
.TagClassName
{
border-color: #6D4674;
}
</style>