Shades of Eminence #68456D
Tints of Eminence #68456D
RGB
CMYK
RGB Variations
Color information
#68456D (or 0x68456D) is known color: Eminence. HEX triplet: 68, 45 and 6D. RGB value is (104,69,109). Sum of RGB (Red+Green+Blue) = 104+69+109=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 109 - color contains mainly: blue. Hex color #68456D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68456D is #97BA92. Grayscale: #535353. Windows color (decimal): -9943699 or 7161192. OLE color: 7161192.
HSL color Cylindrical-coordinate representation of color #68456D: hue angle of 292.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68456D is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 69 | 109 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.57 |
| HSL | 292.5º | 0.22% | 0.35% | - |
| HSV(B) | 292.5º | 0.37% | 0.43% | - |
| XYZ | 10.6 | 8.3 | 15.51 | - |
| YUV | 84.03 | 142.1 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 69 | 109 | 0.05 | 0.37 | 0 | 0.57 | 292.5 | 0.22 | 0.35 |
| Hex | 68 | 45 | 6D | 5 | 25 | 0 | 39 | 124 | 16 | 23 |
| Octal | 150 | 105 | 155 | 5 | 45 | 0 | 71 | 444 | 26 | 43 |
| Binary | 1101000 | 1000101 | 1101101 | 101 | 100101 | 0 | 111001 | 100100100 | 10110 | 100011 |
Color Harmonies of #68456D
Complementary color
Monochromatic Colors of #68456D
Black with #68456D
Text Example
Text Example
White with #68456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68456D; }
p { color: rgb(104,69,109); }
H1.HeaderClassName
{
color: #68456D;
}
.AnyTagClassName
{
color: #68456D;
}
</style>
background-color css
<style>
a { background-color: #68456D; }
a { background-color: rgb(104,69,109); }
div.DivClassName
{
background-color: #68456D;
}
.BgClassName
{
background-color: #68456D;
}
</style>
border-color css
<style>
span { border-color: #68456D; }
span { border-color: rgb(104,69,109); }
td.TdClassName
{
border-color: #68456D;
}
.TagClassName
{
border-color: #68456D;
}
</style>