Shades of Eminence #683D6E
Tints of Eminence #683D6E
RGB
CMYK
RGB Variations
Color information
#683D6E (or 0x683D6E) is known color: Eminence. HEX triplet: 68, 3D and 6E. RGB value is (104,61,110). Sum of RGB (Red+Green+Blue) = 104+61+110=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 110 - color contains mainly: blue. Hex color #683D6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683D6E is #97C291. Grayscale: #4F4F4F. Windows color (decimal): -9945746 or 7224680. OLE color: 7224680.
HSL color Cylindrical-coordinate representation of color #683D6E: hue angle of 292.65º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #683D6E is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 61 | 110 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.57 |
| HSL | 292.65º | 0.29% | 0.34% | - |
| HSV(B) | 292.65º | 0.45% | 0.43% | - |
| XYZ | 10.19 | 7.41 | 15.64 | - |
| YUV | 79.44 | 145.25 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 110 | 0.05 | 0.45 | 0 | 0.57 | 292.65 | 0.29 | 0.34 |
| Hex | 68 | 3D | 6E | 5 | 2D | 0 | 39 | 125 | 1D | 22 |
| Octal | 150 | 75 | 156 | 5 | 55 | 0 | 71 | 445 | 35 | 42 |
| Binary | 1101000 | 111101 | 1101110 | 101 | 101101 | 0 | 111001 | 100100101 | 11101 | 100010 |
Color Harmonies of #683D6E
Complementary color
Monochromatic Colors of #683D6E
Black with #683D6E
Text Example
Text Example
White with #683D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D6E; }
p { color: rgb(104,61,110); }
H1.HeaderClassName
{
color: #683D6E;
}
.AnyTagClassName
{
color: #683D6E;
}
</style>
background-color css
<style>
a { background-color: #683D6E; }
a { background-color: rgb(104,61,110); }
div.DivClassName
{
background-color: #683D6E;
}
.BgClassName
{
background-color: #683D6E;
}
</style>
border-color css
<style>
span { border-color: #683D6E; }
span { border-color: rgb(104,61,110); }
td.TdClassName
{
border-color: #683D6E;
}
.TagClassName
{
border-color: #683D6E;
}
</style>