Shades of Eminence #6D406B
Tints of Eminence #6D406B
RGB
CMYK
RGB Variations
Color information
#6D406B (or 0x6D406B) is known color: Eminence. HEX triplet: 6D, 40 and 6B. RGB value is (109,64,107). Sum of RGB (Red+Green+Blue) = 109+64+107=280 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.93% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 109 - color contains mainly: red. Hex color #6D406B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D406B is #92BF94. Grayscale: #525252. Windows color (decimal): -9617301 or 7028845. OLE color: 7028845.
HSL color Cylindrical-coordinate representation of color #6D406B: hue angle of 302.67º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6D406B is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 64 | 107 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.57 |
| HSL | 302.67º | 0.26% | 0.34% | - |
| HSV(B) | 302.67º | 0.41% | 0.43% | - |
| XYZ | 10.79 | 7.98 | 14.88 | - |
| YUV | 82.36 | 141.91 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 64 | 107 | 0 | 0.41 | 0.02 | 0.57 | 302.67 | 0.26 | 0.34 |
| Hex | 6D | 40 | 6B | 0 | 29 | 2 | 39 | 12F | 1A | 22 |
| Octal | 155 | 100 | 153 | 0 | 51 | 2 | 71 | 457 | 32 | 42 |
| Binary | 1101101 | 1000000 | 1101011 | 0 | 101001 | 10 | 111001 | 100101111 | 11010 | 100010 |
Color Harmonies of #6D406B
Complementary color
Monochromatic Colors of #6D406B
Black with #6D406B
Text Example
Text Example
White with #6D406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D406B; }
p { color: rgb(109,64,107); }
H1.HeaderClassName
{
color: #6D406B;
}
.AnyTagClassName
{
color: #6D406B;
}
</style>
background-color css
<style>
a { background-color: #6D406B; }
a { background-color: rgb(109,64,107); }
div.DivClassName
{
background-color: #6D406B;
}
.BgClassName
{
background-color: #6D406B;
}
</style>
border-color css
<style>
span { border-color: #6D406B; }
span { border-color: rgb(109,64,107); }
td.TdClassName
{
border-color: #6D406B;
}
.TagClassName
{
border-color: #6D406B;
}
</style>