Shades of Eminence #6D4372
Tints of Eminence #6D4372
RGB
CMYK
RGB Variations
Color information
#6D4372 (or 0x6D4372) is known color: Eminence. HEX triplet: 6D, 43 and 72. RGB value is (109,67,114). Sum of RGB (Red+Green+Blue) = 109+67+114=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 114 - color contains mainly: blue. Hex color #6D4372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4372 is #92BC8D. Grayscale: #545454. Windows color (decimal): -9616526 or 7488365. OLE color: 7488365.
HSL color Cylindrical-coordinate representation of color #6D4372: hue angle of 293.62º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6D4372 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 67 | 114 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.55 |
| HSL | 293.62º | 0.26% | 0.35% | - |
| HSV(B) | 293.62º | 0.41% | 0.45% | - |
| XYZ | 11.35 | 8.48 | 16.96 | - |
| YUV | 84.92 | 144.41 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 67 | 114 | 0.04 | 0.41 | 0 | 0.55 | 293.62 | 0.26 | 0.35 |
| Hex | 6D | 43 | 72 | 4 | 29 | 0 | 37 | 126 | 1A | 23 |
| Octal | 155 | 103 | 162 | 4 | 51 | 0 | 67 | 446 | 32 | 43 |
| Binary | 1101101 | 1000011 | 1110010 | 100 | 101001 | 0 | 110111 | 100100110 | 11010 | 100011 |
Color Harmonies of #6D4372
Complementary color
Monochromatic Colors of #6D4372
Black with #6D4372
Text Example
Text Example
White with #6D4372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4372; }
p { color: rgb(109,67,114); }
H1.HeaderClassName
{
color: #6D4372;
}
.AnyTagClassName
{
color: #6D4372;
}
</style>
background-color css
<style>
a { background-color: #6D4372; }
a { background-color: rgb(109,67,114); }
div.DivClassName
{
background-color: #6D4372;
}
.BgClassName
{
background-color: #6D4372;
}
</style>
border-color css
<style>
span { border-color: #6D4372; }
span { border-color: rgb(109,67,114); }
td.TdClassName
{
border-color: #6D4372;
}
.TagClassName
{
border-color: #6D4372;
}
</style>