Shades of Eminence #6D4368
Tints of Eminence #6D4368
RGB
CMYK
RGB Variations
Color information
#6D4368 (or 0x6D4368) is known color: Eminence. HEX triplet: 6D, 43 and 68. RGB value is (109,67,104). Sum of RGB (Red+Green+Blue) = 109+67+104=280 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.93% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4368 is #92BC97. Grayscale: #535353. Windows color (decimal): -9616536 or 6833005. OLE color: 6833005.
HSL color Cylindrical-coordinate representation of color #6D4368: hue angle of 307.14º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D4368 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 67 | 104 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.57 |
| HSL | 307.14º | 0.24% | 0.35% | - |
| HSV(B) | 307.14º | 0.39% | 0.43% | - |
| XYZ | 10.81 | 8.26 | 14.12 | - |
| YUV | 83.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 67 | 104 | 0 | 0.39 | 0.05 | 0.57 | 307.14 | 0.24 | 0.35 |
| Hex | 6D | 43 | 68 | 0 | 27 | 5 | 39 | 133 | 18 | 23 |
| Octal | 155 | 103 | 150 | 0 | 47 | 5 | 71 | 463 | 30 | 43 |
| Binary | 1101101 | 1000011 | 1101000 | 0 | 100111 | 101 | 111001 | 100110011 | 11000 | 100011 |
Color Harmonies of #6D4368
Complementary color
Monochromatic Colors of #6D4368
Black with #6D4368
Text Example
Text Example
White with #6D4368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4368; }
p { color: rgb(109,67,104); }
H1.HeaderClassName
{
color: #6D4368;
}
.AnyTagClassName
{
color: #6D4368;
}
</style>
background-color css
<style>
a { background-color: #6D4368; }
a { background-color: rgb(109,67,104); }
div.DivClassName
{
background-color: #6D4368;
}
.BgClassName
{
background-color: #6D4368;
}
</style>
border-color css
<style>
span { border-color: #6D4368; }
span { border-color: rgb(109,67,104); }
td.TdClassName
{
border-color: #6D4368;
}
.TagClassName
{
border-color: #6D4368;
}
</style>