Shades of Eminence #6D406E
Tints of Eminence #6D406E
RGB
CMYK
RGB Variations
Color information
#6D406E (or 0x6D406E) is known color: Eminence. HEX triplet: 6D, 40 and 6E. RGB value is (109,64,110). Sum of RGB (Red+Green+Blue) = 109+64+110=283 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.52% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 110 - color contains mainly: blue. Hex color #6D406E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D406E is #92BF91. Grayscale: #525252. Windows color (decimal): -9617298 or 7225453. OLE color: 7225453.
HSL color Cylindrical-coordinate representation of color #6D406E: hue angle of 298.7º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D406E is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 64 | 110 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.57 |
| HSL | 298.7º | 0.26% | 0.34% | - |
| HSV(B) | 298.7º | 0.42% | 0.43% | - |
| XYZ | 10.95 | 8.04 | 15.73 | - |
| YUV | 82.7 | 143.41 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 64 | 110 | 0.01 | 0.42 | 0 | 0.57 | 298.7 | 0.26 | 0.34 |
| Hex | 6D | 40 | 6E | 1 | 2A | 0 | 39 | 12B | 1A | 22 |
| Octal | 155 | 100 | 156 | 1 | 52 | 0 | 71 | 453 | 32 | 42 |
| Binary | 1101101 | 1000000 | 1101110 | 1 | 101010 | 0 | 111001 | 100101011 | 11010 | 100010 |
Color Harmonies of #6D406E
Complementary color
Monochromatic Colors of #6D406E
Black with #6D406E
Text Example
Text Example
White with #6D406E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D406E; }
p { color: rgb(109,64,110); }
H1.HeaderClassName
{
color: #6D406E;
}
.AnyTagClassName
{
color: #6D406E;
}
</style>
background-color css
<style>
a { background-color: #6D406E; }
a { background-color: rgb(109,64,110); }
div.DivClassName
{
background-color: #6D406E;
}
.BgClassName
{
background-color: #6D406E;
}
</style>
border-color css
<style>
span { border-color: #6D406E; }
span { border-color: rgb(109,64,110); }
td.TdClassName
{
border-color: #6D406E;
}
.TagClassName
{
border-color: #6D406E;
}
</style>