Shades of Eminence #684673
Tints of Eminence #684673
RGB
CMYK
RGB Variations
Color information
#684673 (or 0x684673) is known color: Eminence. HEX triplet: 68, 46 and 73. RGB value is (104,70,115). Sum of RGB (Red+Green+Blue) = 104+70+115=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 115 - color contains mainly: blue. Hex color #684673 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684673 is #97B98C. Grayscale: #555555. Windows color (decimal): -9943437 or 7554664. OLE color: 7554664.
HSL color Cylindrical-coordinate representation of color #684673: hue angle of 285.33º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #684673 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 70 | 115 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.55 |
| HSL | 285.33º | 0.24% | 0.36% | - |
| HSV(B) | 285.33º | 0.39% | 0.45% | - |
| XYZ | 10.99 | 8.56 | 17.29 | - |
| YUV | 85.3 | 144.76 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 70 | 115 | 0.10 | 0.39 | 0 | 0.55 | 285.33 | 0.24 | 0.36 |
| Hex | 68 | 46 | 73 | A | 27 | 0 | 37 | 11D | 18 | 24 |
| Octal | 150 | 106 | 163 | 12 | 47 | 0 | 67 | 435 | 30 | 44 |
| Binary | 1101000 | 1000110 | 1110011 | 1010 | 100111 | 0 | 110111 | 100011101 | 11000 | 100100 |
Color Harmonies of #684673
Complementary color
Monochromatic Colors of #684673
Black with #684673
Text Example
Text Example
White with #684673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684673; }
p { color: rgb(104,70,115); }
H1.HeaderClassName
{
color: #684673;
}
.AnyTagClassName
{
color: #684673;
}
</style>
background-color css
<style>
a { background-color: #684673; }
a { background-color: rgb(104,70,115); }
div.DivClassName
{
background-color: #684673;
}
.BgClassName
{
background-color: #684673;
}
</style>
border-color css
<style>
span { border-color: #684673; }
span { border-color: rgb(104,70,115); }
td.TdClassName
{
border-color: #684673;
}
.TagClassName
{
border-color: #684673;
}
</style>