Shades of Eminence #684374
Tints of Eminence #684374
RGB
CMYK
RGB Variations
Color information
#684374 (or 0x684374) is known color: Eminence. HEX triplet: 68, 43 and 74. RGB value is (104,67,116). Sum of RGB (Red+Green+Blue) = 104+67+116=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 116 - color contains mainly: blue. Hex color #684374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684374 is #97BC8B. Grayscale: #535353. Windows color (decimal): -9944204 or 7619432. OLE color: 7619432.
HSL color Cylindrical-coordinate representation of color #684374: hue angle of 285.31º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #684374 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 67 | 116 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.55 |
| HSL | 285.31º | 0.27% | 0.36% | - |
| HSV(B) | 285.31º | 0.42% | 0.45% | - |
| XYZ | 10.87 | 8.22 | 17.54 | - |
| YUV | 83.65 | 146.26 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 67 | 116 | 0.10 | 0.42 | 0 | 0.55 | 285.31 | 0.27 | 0.36 |
| Hex | 68 | 43 | 74 | A | 2A | 0 | 37 | 11D | 1B | 24 |
| Octal | 150 | 103 | 164 | 12 | 52 | 0 | 67 | 435 | 33 | 44 |
| Binary | 1101000 | 1000011 | 1110100 | 1010 | 101010 | 0 | 110111 | 100011101 | 11011 | 100100 |
Color Harmonies of #684374
Complementary color
Monochromatic Colors of #684374
Black with #684374
Text Example
Text Example
White with #684374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684374; }
p { color: rgb(104,67,116); }
H1.HeaderClassName
{
color: #684374;
}
.AnyTagClassName
{
color: #684374;
}
</style>
background-color css
<style>
a { background-color: #684374; }
a { background-color: rgb(104,67,116); }
div.DivClassName
{
background-color: #684374;
}
.BgClassName
{
background-color: #684374;
}
</style>
border-color css
<style>
span { border-color: #684374; }
span { border-color: rgb(104,67,116); }
td.TdClassName
{
border-color: #684374;
}
.TagClassName
{
border-color: #684374;
}
</style>