Shades of Eminence #684468
Tints of Eminence #684468
RGB
CMYK
RGB Variations
Color information
#684468 (or 0x684468) is known color: Eminence. HEX triplet: 68, 44 and 68. RGB value is (104,68,104). Sum of RGB (Red+Green+Blue) = 104+68+104=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #684468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684468 is #97BB97. Grayscale: #525252. Windows color (decimal): -9943960 or 6833256. OLE color: 6833256.
HSL color Cylindrical-coordinate representation of color #684468: hue angle of 300º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #684468 is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 68 | 104 | - |
| CMYK | 0 | 0.35 | 0 | 0.59 |
| HSL | 300º | 0.21% | 0.34% | - |
| HSV(B) | 300º | 0.35% | 0.41% | - |
| XYZ | 10.27 | 8.08 | 14.11 | - |
| YUV | 82.87 | 139.93 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 68 | 104 | 0 | 0.35 | 0 | 0.59 | 300 | 0.21 | 0.34 |
| Hex | 68 | 44 | 68 | 0 | 23 | 0 | 3B | 12C | 15 | 22 |
| Octal | 150 | 104 | 150 | 0 | 43 | 0 | 73 | 454 | 25 | 42 |
| Binary | 1101000 | 1000100 | 1101000 | 0 | 100011 | 0 | 111011 | 100101100 | 10101 | 100010 |
Color Harmonies of #684468
Complementary color
Monochromatic Colors of #684468
Black with #684468
Text Example
Text Example
White with #684468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684468; }
p { color: rgb(104,68,104); }
H1.HeaderClassName
{
color: #684468;
}
.AnyTagClassName
{
color: #684468;
}
</style>
background-color css
<style>
a { background-color: #684468; }
a { background-color: rgb(104,68,104); }
div.DivClassName
{
background-color: #684468;
}
.BgClassName
{
background-color: #684468;
}
</style>
border-color css
<style>
span { border-color: #684468; }
span { border-color: rgb(104,68,104); }
td.TdClassName
{
border-color: #684468;
}
.TagClassName
{
border-color: #684468;
}
</style>