Shades of Eminence #6C486E
Tints of Eminence #6C486E
RGB
CMYK
RGB Variations
Color information
#6C486E (or 0x6C486E) is known color: Eminence. HEX triplet: 6C, 48 and 6E. RGB value is (108,72,110). Sum of RGB (Red+Green+Blue) = 108+72+110=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 110 - color contains mainly: blue. Hex color #6C486E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C486E is #93B791. Grayscale: #565656. Windows color (decimal): -9680786 or 7227500. OLE color: 7227500.
HSL color Cylindrical-coordinate representation of color #6C486E: hue angle of 296.84º 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 #6C486E is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 72 | 110 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.57 |
| HSL | 296.84º | 0.21% | 0.36% | - |
| HSV(B) | 296.84º | 0.35% | 0.43% | - |
| XYZ | 11.32 | 8.95 | 15.88 | - |
| YUV | 87.1 | 140.93 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 72 | 110 | 0.02 | 0.35 | 0 | 0.57 | 296.84 | 0.21 | 0.36 |
| Hex | 6C | 48 | 6E | 2 | 23 | 0 | 39 | 129 | 15 | 24 |
| Octal | 154 | 110 | 156 | 2 | 43 | 0 | 71 | 451 | 25 | 44 |
| Binary | 1101100 | 1001000 | 1101110 | 10 | 100011 | 0 | 111001 | 100101001 | 10101 | 100100 |
Color Harmonies of #6C486E
Complementary color
Monochromatic Colors of #6C486E
Black with #6C486E
Text Example
Text Example
White with #6C486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C486E; }
p { color: rgb(108,72,110); }
H1.HeaderClassName
{
color: #6C486E;
}
.AnyTagClassName
{
color: #6C486E;
}
</style>
background-color css
<style>
a { background-color: #6C486E; }
a { background-color: rgb(108,72,110); }
div.DivClassName
{
background-color: #6C486E;
}
.BgClassName
{
background-color: #6C486E;
}
</style>
border-color css
<style>
span { border-color: #6C486E; }
span { border-color: rgb(108,72,110); }
td.TdClassName
{
border-color: #6C486E;
}
.TagClassName
{
border-color: #6C486E;
}
</style>