Shades of Eminence #6D486F
Tints of Eminence #6D486F
RGB
CMYK
RGB Variations
Color information
#6D486F (or 0x6D486F) is known color: Eminence. HEX triplet: 6D, 48 and 6F. RGB value is (109,72,111). Sum of RGB (Red+Green+Blue) = 109+72+111=292 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.33% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 111 - color contains mainly: blue. Hex color #6D486F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D486F is #92B790. Grayscale: #575757. Windows color (decimal): -9615249 or 7293037. OLE color: 7293037.
HSL color Cylindrical-coordinate representation of color #6D486F: hue angle of 296.92º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6D486F is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 72 | 111 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.56 |
| HSL | 296.92º | 0.21% | 0.36% | - |
| HSV(B) | 296.92º | 0.35% | 0.44% | - |
| XYZ | 11.49 | 9.03 | 16.18 | - |
| YUV | 87.51 | 141.26 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 72 | 111 | 0.02 | 0.35 | 0 | 0.56 | 296.92 | 0.21 | 0.36 |
| Hex | 6D | 48 | 6F | 2 | 23 | 0 | 38 | 129 | 15 | 24 |
| Octal | 155 | 110 | 157 | 2 | 43 | 0 | 70 | 451 | 25 | 44 |
| Binary | 1101101 | 1001000 | 1101111 | 10 | 100011 | 0 | 111000 | 100101001 | 10101 | 100100 |
Color Harmonies of #6D486F
Complementary color
Monochromatic Colors of #6D486F
Black with #6D486F
Text Example
Text Example
White with #6D486F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D486F; }
p { color: rgb(109,72,111); }
H1.HeaderClassName
{
color: #6D486F;
}
.AnyTagClassName
{
color: #6D486F;
}
</style>
background-color css
<style>
a { background-color: #6D486F; }
a { background-color: rgb(109,72,111); }
div.DivClassName
{
background-color: #6D486F;
}
.BgClassName
{
background-color: #6D486F;
}
</style>
border-color css
<style>
span { border-color: #6D486F; }
span { border-color: rgb(109,72,111); }
td.TdClassName
{
border-color: #6D486F;
}
.TagClassName
{
border-color: #6D486F;
}
</style>