Shades of Eminence #6D426D
Tints of Eminence #6D426D
RGB
CMYK
RGB Variations
Color information
#6D426D (or 0x6D426D) is known color: Eminence. HEX triplet: 6D, 42 and 6D. RGB value is (109,66,109). Sum of RGB (Red+Green+Blue) = 109+66+109=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 109 - color contains mainly: red, blue. Hex color #6D426D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D426D is #92BD92. Grayscale: #535353. Windows color (decimal): -9616787 or 7160429. OLE color: 7160429.
HSL color Cylindrical-coordinate representation of color #6D426D: hue angle of 300º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D426D is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 66 | 109 | - |
| CMYK | 0 | 0.39 | 0 | 0.57 |
| HSL | 300º | 0.25% | 0.34% | - |
| HSV(B) | 300º | 0.39% | 0.43% | - |
| XYZ | 11.02 | 8.25 | 15.48 | - |
| YUV | 83.76 | 142.25 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 66 | 109 | 0 | 0.39 | 0 | 0.57 | 300 | 0.25 | 0.34 |
| Hex | 6D | 42 | 6D | 0 | 27 | 0 | 39 | 12C | 19 | 22 |
| Octal | 155 | 102 | 155 | 0 | 47 | 0 | 71 | 454 | 31 | 42 |
| Binary | 1101101 | 1000010 | 1101101 | 0 | 100111 | 0 | 111001 | 100101100 | 11001 | 100010 |
Color Harmonies of #6D426D
Complementary color
Monochromatic Colors of #6D426D
Black with #6D426D
Text Example
Text Example
White with #6D426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D426D; }
p { color: rgb(109,66,109); }
H1.HeaderClassName
{
color: #6D426D;
}
.AnyTagClassName
{
color: #6D426D;
}
</style>
background-color css
<style>
a { background-color: #6D426D; }
a { background-color: rgb(109,66,109); }
div.DivClassName
{
background-color: #6D426D;
}
.BgClassName
{
background-color: #6D426D;
}
</style>
border-color css
<style>
span { border-color: #6D426D; }
span { border-color: rgb(109,66,109); }
td.TdClassName
{
border-color: #6D426D;
}
.TagClassName
{
border-color: #6D426D;
}
</style>