Shades of Eminence #68486F
Tints of Eminence #68486F
RGB
CMYK
RGB Variations
Color information
#68486F (or 0x68486F) is known color: Eminence. HEX triplet: 68, 48 and 6F. RGB value is (104,72,111). Sum of RGB (Red+Green+Blue) = 104+72+111=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 111 - color contains mainly: blue. Hex color #68486F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68486F is #97B790. Grayscale: #555555. Windows color (decimal): -9942929 or 7293032. OLE color: 7293032.
HSL color Cylindrical-coordinate representation of color #68486F: hue angle of 289.23º 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 #68486F is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 72 | 111 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.56 |
| HSL | 289.23º | 0.21% | 0.36% | - |
| HSV(B) | 289.23º | 0.35% | 0.44% | - |
| XYZ | 10.9 | 8.73 | 16.15 | - |
| YUV | 86.01 | 142.1 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 72 | 111 | 0.06 | 0.35 | 0 | 0.56 | 289.23 | 0.21 | 0.36 |
| Hex | 68 | 48 | 6F | 6 | 23 | 0 | 38 | 121 | 15 | 24 |
| Octal | 150 | 110 | 157 | 6 | 43 | 0 | 70 | 441 | 25 | 44 |
| Binary | 1101000 | 1001000 | 1101111 | 110 | 100011 | 0 | 111000 | 100100001 | 10101 | 100100 |
Color Harmonies of #68486F
Complementary color
Monochromatic Colors of #68486F
Black with #68486F
Text Example
Text Example
White with #68486F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68486F; }
p { color: rgb(104,72,111); }
H1.HeaderClassName
{
color: #68486F;
}
.AnyTagClassName
{
color: #68486F;
}
</style>
background-color css
<style>
a { background-color: #68486F; }
a { background-color: rgb(104,72,111); }
div.DivClassName
{
background-color: #68486F;
}
.BgClassName
{
background-color: #68486F;
}
</style>
border-color css
<style>
span { border-color: #68486F; }
span { border-color: rgb(104,72,111); }
td.TdClassName
{
border-color: #68486F;
}
.TagClassName
{
border-color: #68486F;
}
</style>