Shades of Eminence #6E486A
Tints of Eminence #6E486A
RGB
CMYK
RGB Variations
Color information
#6E486A (or 0x6E486A) is known color: Eminence. HEX triplet: 6E, 48 and 6A. RGB value is (110,72,106). Sum of RGB (Red+Green+Blue) = 110+72+106=288 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.19% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 110 - color contains mainly: red. Hex color #6E486A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E486A is #91B795. Grayscale: #575757. Windows color (decimal): -9549718 or 6965358. OLE color: 6965358.
HSL color Cylindrical-coordinate representation of color #6E486A: hue angle of 306.32º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E486A is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 72 | 106 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.57 |
| HSL | 306.32º | 0.21% | 0.36% | - |
| HSV(B) | 306.32º | 0.35% | 0.43% | - |
| XYZ | 11.35 | 8.99 | 14.77 | - |
| YUV | 87.24 | 138.59 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 72 | 106 | 0 | 0.35 | 0.04 | 0.57 | 306.32 | 0.21 | 0.36 |
| Hex | 6E | 48 | 6A | 0 | 23 | 4 | 39 | 132 | 15 | 24 |
| Octal | 156 | 110 | 152 | 0 | 43 | 4 | 71 | 462 | 25 | 44 |
| Binary | 1101110 | 1001000 | 1101010 | 0 | 100011 | 100 | 111001 | 100110010 | 10101 | 100100 |
Color Harmonies of #6E486A
Complementary color
Monochromatic Colors of #6E486A
Black with #6E486A
Text Example
Text Example
White with #6E486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E486A; }
p { color: rgb(110,72,106); }
H1.HeaderClassName
{
color: #6E486A;
}
.AnyTagClassName
{
color: #6E486A;
}
</style>
background-color css
<style>
a { background-color: #6E486A; }
a { background-color: rgb(110,72,106); }
div.DivClassName
{
background-color: #6E486A;
}
.BgClassName
{
background-color: #6E486A;
}
</style>
border-color css
<style>
span { border-color: #6E486A; }
span { border-color: rgb(110,72,106); }
td.TdClassName
{
border-color: #6E486A;
}
.TagClassName
{
border-color: #6E486A;
}
</style>