Shades of Eminence #68476C
Tints of Eminence #68476C
RGB
CMYK
RGB Variations
Color information
#68476C (or 0x68476C) is known color: Eminence. HEX triplet: 68, 47 and 6C. RGB value is (104,71,108). Sum of RGB (Red+Green+Blue) = 104+71+108=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 108 - color contains mainly: blue. Hex color #68476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68476C is #97B893. Grayscale: #545454. Windows color (decimal): -9943188 or 7096168. OLE color: 7096168.
HSL color Cylindrical-coordinate representation of color #68476C: hue angle of 293.51º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68476C is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 71 | 108 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.58 |
| HSL | 293.51º | 0.21% | 0.35% | - |
| HSV(B) | 293.51º | 0.34% | 0.42% | - |
| XYZ | 10.67 | 8.53 | 15.27 | - |
| YUV | 85.09 | 140.93 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 108 | 0.04 | 0.34 | 0 | 0.58 | 293.51 | 0.21 | 0.35 |
| Hex | 68 | 47 | 6C | 4 | 22 | 0 | 3A | 126 | 15 | 23 |
| Octal | 150 | 107 | 154 | 4 | 42 | 0 | 72 | 446 | 25 | 43 |
| Binary | 1101000 | 1000111 | 1101100 | 100 | 100010 | 0 | 111010 | 100100110 | 10101 | 100011 |
Color Harmonies of #68476C
Complementary color
Monochromatic Colors of #68476C
Black with #68476C
Text Example
Text Example
White with #68476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68476C; }
p { color: rgb(104,71,108); }
H1.HeaderClassName
{
color: #68476C;
}
.AnyTagClassName
{
color: #68476C;
}
</style>
background-color css
<style>
a { background-color: #68476C; }
a { background-color: rgb(104,71,108); }
div.DivClassName
{
background-color: #68476C;
}
.BgClassName
{
background-color: #68476C;
}
</style>
border-color css
<style>
span { border-color: #68476C; }
span { border-color: rgb(104,71,108); }
td.TdClassName
{
border-color: #68476C;
}
.TagClassName
{
border-color: #68476C;
}
</style>