Shades of Eminence #68466B
Tints of Eminence #68466B
RGB
CMYK
RGB Variations
Color information
#68466B (or 0x68466B) is known color: Eminence. HEX triplet: 68, 46 and 6B. RGB value is (104,70,107). Sum of RGB (Red+Green+Blue) = 104+70+107=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 107 - color contains mainly: blue. Hex color #68466B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68466B is #97B994. Grayscale: #545454. Windows color (decimal): -9943445 or 7030376. OLE color: 7030376.
HSL color Cylindrical-coordinate representation of color #68466B: hue angle of 295.14º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68466B is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 70 | 107 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.58 |
| HSL | 295.14º | 0.21% | 0.35% | - |
| HSV(B) | 295.14º | 0.35% | 0.42% | - |
| XYZ | 10.55 | 8.38 | 14.97 | - |
| YUV | 84.38 | 140.76 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 70 | 107 | 0.03 | 0.35 | 0 | 0.58 | 295.14 | 0.21 | 0.35 |
| Hex | 68 | 46 | 6B | 3 | 23 | 0 | 3A | 127 | 15 | 23 |
| Octal | 150 | 106 | 153 | 3 | 43 | 0 | 72 | 447 | 25 | 43 |
| Binary | 1101000 | 1000110 | 1101011 | 11 | 100011 | 0 | 111010 | 100100111 | 10101 | 100011 |
Color Harmonies of #68466B
Complementary color
Monochromatic Colors of #68466B
Black with #68466B
Text Example
Text Example
White with #68466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68466B; }
p { color: rgb(104,70,107); }
H1.HeaderClassName
{
color: #68466B;
}
.AnyTagClassName
{
color: #68466B;
}
</style>
background-color css
<style>
a { background-color: #68466B; }
a { background-color: rgb(104,70,107); }
div.DivClassName
{
background-color: #68466B;
}
.BgClassName
{
background-color: #68466B;
}
</style>
border-color css
<style>
span { border-color: #68466B; }
span { border-color: rgb(104,70,107); }
td.TdClassName
{
border-color: #68466B;
}
.TagClassName
{
border-color: #68466B;
}
</style>