Shades of Eminence #684072
Tints of Eminence #684072
RGB
CMYK
RGB Variations
Color information
#684072 (or 0x684072) is known color: Eminence. HEX triplet: 68, 40 and 72. RGB value is (104,64,114). Sum of RGB (Red+Green+Blue) = 104+64+114=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 114 - color contains mainly: blue. Hex color #684072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684072 is #97BF8D. Grayscale: #515151. Windows color (decimal): -9944974 or 7487592. OLE color: 7487592.
HSL color Cylindrical-coordinate representation of color #684072: hue angle of 288º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #684072 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 64 | 114 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.55 |
| HSL | 288º | 0.28% | 0.35% | - |
| HSV(B) | 288º | 0.44% | 0.45% | - |
| XYZ | 10.58 | 7.82 | 16.87 | - |
| YUV | 81.66 | 146.25 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 64 | 114 | 0.09 | 0.44 | 0 | 0.55 | 288 | 0.28 | 0.35 |
| Hex | 68 | 40 | 72 | 9 | 2C | 0 | 37 | 120 | 1C | 23 |
| Octal | 150 | 100 | 162 | 11 | 54 | 0 | 67 | 440 | 34 | 43 |
| Binary | 1101000 | 1000000 | 1110010 | 1001 | 101100 | 0 | 110111 | 100100000 | 11100 | 100011 |
Color Harmonies of #684072
Complementary color
Monochromatic Colors of #684072
Black with #684072
Text Example
Text Example
White with #684072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684072; }
p { color: rgb(104,64,114); }
H1.HeaderClassName
{
color: #684072;
}
.AnyTagClassName
{
color: #684072;
}
</style>
background-color css
<style>
a { background-color: #684072; }
a { background-color: rgb(104,64,114); }
div.DivClassName
{
background-color: #684072;
}
.BgClassName
{
background-color: #684072;
}
</style>
border-color css
<style>
span { border-color: #684072; }
span { border-color: rgb(104,64,114); }
td.TdClassName
{
border-color: #684072;
}
.TagClassName
{
border-color: #684072;
}
</style>