Shades of Eminence #6D3685
Tints of Eminence #6D3685
RGB
CMYK
RGB Variations
Color information
#6D3685 (or 0x6D3685) is known color: Eminence. HEX triplet: 6D, 36 and 85. RGB value is (109,54,133). Sum of RGB (Red+Green+Blue) = 109+54+133=296 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.82% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D3685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3685 is #92C97A. Grayscale: #4F4F4F. Windows color (decimal): -9619835 or 8730221. OLE color: 8730221.
HSL color Cylindrical-coordinate representation of color #6D3685: hue angle of 281.77º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D3685 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 54 | 133 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.48 |
| HSL | 281.77º | 0.42% | 0.37% | - |
| HSV(B) | 281.77º | 0.59% | 0.52% | - |
| XYZ | 11.86 | 7.58 | 23.03 | - |
| YUV | 79.45 | 158.22 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 54 | 133 | 0.18 | 0.59 | 0 | 0.48 | 281.77 | 0.42 | 0.37 |
| Hex | 6D | 36 | 85 | 12 | 3B | 0 | 30 | 11A | 2A | 25 |
| Octal | 155 | 66 | 205 | 22 | 73 | 0 | 60 | 432 | 52 | 45 |
| Binary | 1101101 | 110110 | 10000101 | 10010 | 111011 | 0 | 110000 | 100011010 | 101010 | 100101 |
Color Harmonies of #6D3685
Complementary color
Monochromatic Colors of #6D3685
Black with #6D3685
Text Example
Text Example
White with #6D3685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3685; }
p { color: rgb(109,54,133); }
H1.HeaderClassName
{
color: #6D3685;
}
.AnyTagClassName
{
color: #6D3685;
}
</style>
background-color css
<style>
a { background-color: #6D3685; }
a { background-color: rgb(109,54,133); }
div.DivClassName
{
background-color: #6D3685;
}
.BgClassName
{
background-color: #6D3685;
}
</style>
border-color css
<style>
span { border-color: #6D3685; }
span { border-color: rgb(109,54,133); }
td.TdClassName
{
border-color: #6D3685;
}
.TagClassName
{
border-color: #6D3685;
}
</style>