Shades of Eminence #6D486C
Tints of Eminence #6D486C
RGB
CMYK
RGB Variations
Color information
#6D486C (or 0x6D486C) is known color: Eminence. HEX triplet: 6D, 48 and 6C. RGB value is (109,72,108). Sum of RGB (Red+Green+Blue) = 109+72+108=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 109 - color contains mainly: red. Hex color #6D486C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D486C is #92B793. Grayscale: #575757. Windows color (decimal): -9615252 or 7096429. OLE color: 7096429.
HSL color Cylindrical-coordinate representation of color #6D486C: hue angle of 301.62º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D486C is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 72 | 108 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.57 |
| HSL | 301.62º | 0.2% | 0.35% | - |
| HSV(B) | 301.62º | 0.34% | 0.43% | - |
| XYZ | 11.33 | 8.97 | 15.32 | - |
| YUV | 87.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 72 | 108 | 0 | 0.34 | 0.01 | 0.57 | 301.62 | 0.2 | 0.35 |
| Hex | 6D | 48 | 6C | 0 | 22 | 1 | 39 | 12E | 14 | 23 |
| Octal | 155 | 110 | 154 | 0 | 42 | 1 | 71 | 456 | 24 | 43 |
| Binary | 1101101 | 1001000 | 1101100 | 0 | 100010 | 1 | 111001 | 100101110 | 10100 | 100011 |
Color Harmonies of #6D486C
Complementary color
Monochromatic Colors of #6D486C
Black with #6D486C
Text Example
Text Example
White with #6D486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D486C; }
p { color: rgb(109,72,108); }
H1.HeaderClassName
{
color: #6D486C;
}
.AnyTagClassName
{
color: #6D486C;
}
</style>
background-color css
<style>
a { background-color: #6D486C; }
a { background-color: rgb(109,72,108); }
div.DivClassName
{
background-color: #6D486C;
}
.BgClassName
{
background-color: #6D486C;
}
</style>
border-color css
<style>
span { border-color: #6D486C; }
span { border-color: rgb(109,72,108); }
td.TdClassName
{
border-color: #6D486C;
}
.TagClassName
{
border-color: #6D486C;
}
</style>