Shades of Eminence #68406E
Tints of Eminence #68406E
RGB
CMYK
RGB Variations
Color information
#68406E (or 0x68406E) is known color: Eminence. HEX triplet: 68, 40 and 6E. RGB value is (104,64,110). Sum of RGB (Red+Green+Blue) = 104+64+110=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 110 - color contains mainly: blue. Hex color #68406E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68406E is #97BF91. Grayscale: #515151. Windows color (decimal): -9944978 or 7225448. OLE color: 7225448.
HSL color Cylindrical-coordinate representation of color #68406E: hue angle of 292.17º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68406E is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 64 | 110 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.57 |
| HSL | 292.17º | 0.26% | 0.34% | - |
| HSV(B) | 292.17º | 0.42% | 0.43% | - |
| XYZ | 10.36 | 7.74 | 15.7 | - |
| YUV | 81.2 | 144.25 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 64 | 110 | 0.05 | 0.42 | 0 | 0.57 | 292.17 | 0.26 | 0.34 |
| Hex | 68 | 40 | 6E | 5 | 2A | 0 | 39 | 124 | 1A | 22 |
| Octal | 150 | 100 | 156 | 5 | 52 | 0 | 71 | 444 | 32 | 42 |
| Binary | 1101000 | 1000000 | 1101110 | 101 | 101010 | 0 | 111001 | 100100100 | 11010 | 100010 |
Color Harmonies of #68406E
Complementary color
Monochromatic Colors of #68406E
Black with #68406E
Text Example
Text Example
White with #68406E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68406E; }
p { color: rgb(104,64,110); }
H1.HeaderClassName
{
color: #68406E;
}
.AnyTagClassName
{
color: #68406E;
}
</style>
background-color css
<style>
a { background-color: #68406E; }
a { background-color: rgb(104,64,110); }
div.DivClassName
{
background-color: #68406E;
}
.BgClassName
{
background-color: #68406E;
}
</style>
border-color css
<style>
span { border-color: #68406E; }
span { border-color: rgb(104,64,110); }
td.TdClassName
{
border-color: #68406E;
}
.TagClassName
{
border-color: #68406E;
}
</style>