Shades of Eminence #683D70
Tints of Eminence #683D70
RGB
CMYK
RGB Variations
Color information
#683D70 (or 0x683D70) is known color: Eminence. HEX triplet: 68, 3D and 70. RGB value is (104,61,112). Sum of RGB (Red+Green+Blue) = 104+61+112=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 112 - color contains mainly: blue. Hex color #683D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683D70 is #97C28F. Grayscale: #4F4F4F. Windows color (decimal): -9945744 or 7355752. OLE color: 7355752.
HSL color Cylindrical-coordinate representation of color #683D70: hue angle of 290.59º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #683D70 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 61 | 112 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.56 |
| HSL | 290.59º | 0.29% | 0.34% | - |
| HSV(B) | 290.59º | 0.46% | 0.44% | - |
| XYZ | 10.3 | 7.45 | 16.22 | - |
| YUV | 79.67 | 146.25 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 112 | 0.07 | 0.46 | 0 | 0.56 | 290.59 | 0.29 | 0.34 |
| Hex | 68 | 3D | 70 | 7 | 2E | 0 | 38 | 123 | 1D | 22 |
| Octal | 150 | 75 | 160 | 7 | 56 | 0 | 70 | 443 | 35 | 42 |
| Binary | 1101000 | 111101 | 1110000 | 111 | 101110 | 0 | 111000 | 100100011 | 11101 | 100010 |
Color Harmonies of #683D70
Complementary color
Monochromatic Colors of #683D70
Black with #683D70
Text Example
Text Example
White with #683D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D70; }
p { color: rgb(104,61,112); }
H1.HeaderClassName
{
color: #683D70;
}
.AnyTagClassName
{
color: #683D70;
}
</style>
background-color css
<style>
a { background-color: #683D70; }
a { background-color: rgb(104,61,112); }
div.DivClassName
{
background-color: #683D70;
}
.BgClassName
{
background-color: #683D70;
}
</style>
border-color css
<style>
span { border-color: #683D70; }
span { border-color: rgb(104,61,112); }
td.TdClassName
{
border-color: #683D70;
}
.TagClassName
{
border-color: #683D70;
}
</style>