Shades of Eminence #6D3C6E
Tints of Eminence #6D3C6E
RGB
CMYK
RGB Variations
Color information
#6D3C6E (or 0x6D3C6E) is known color: Eminence. HEX triplet: 6D, 3C and 6E. RGB value is (109,60,110). Sum of RGB (Red+Green+Blue) = 109+60+110=279 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.07% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 110 - color contains mainly: blue. Hex color #6D3C6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3C6E is #92C391. Grayscale: #505050. Windows color (decimal): -9618322 or 7224429. OLE color: 7224429.
HSL color Cylindrical-coordinate representation of color #6D3C6E: hue angle of 298.8º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D3C6E is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 60 | 110 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.57 |
| HSL | 298.8º | 0.29% | 0.33% | - |
| HSV(B) | 298.8º | 0.45% | 0.43% | - |
| XYZ | 10.74 | 7.61 | 15.65 | - |
| YUV | 80.35 | 144.73 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 60 | 110 | 0.01 | 0.45 | 0 | 0.57 | 298.8 | 0.29 | 0.33 |
| Hex | 6D | 3C | 6E | 1 | 2D | 0 | 39 | 12B | 1D | 21 |
| Octal | 155 | 74 | 156 | 1 | 55 | 0 | 71 | 453 | 35 | 41 |
| Binary | 1101101 | 111100 | 1101110 | 1 | 101101 | 0 | 111001 | 100101011 | 11101 | 100001 |
Color Harmonies of #6D3C6E
Complementary color
Monochromatic Colors of #6D3C6E
Black with #6D3C6E
Text Example
Text Example
White with #6D3C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3C6E; }
p { color: rgb(109,60,110); }
H1.HeaderClassName
{
color: #6D3C6E;
}
.AnyTagClassName
{
color: #6D3C6E;
}
</style>
background-color css
<style>
a { background-color: #6D3C6E; }
a { background-color: rgb(109,60,110); }
div.DivClassName
{
background-color: #6D3C6E;
}
.BgClassName
{
background-color: #6D3C6E;
}
</style>
border-color css
<style>
span { border-color: #6D3C6E; }
span { border-color: rgb(109,60,110); }
td.TdClassName
{
border-color: #6D3C6E;
}
.TagClassName
{
border-color: #6D3C6E;
}
</style>