Shades of Eminence #6D3C6D
Tints of Eminence #6D3C6D
RGB
CMYK
RGB Variations
Color information
#6D3C6D (or 0x6D3C6D) is known color: Eminence. HEX triplet: 6D, 3C and 6D. RGB value is (109,60,109). Sum of RGB (Red+Green+Blue) = 109+60+109=278 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.21% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 109 - color contains mainly: red, blue. Hex color #6D3C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3C6D is #92C392. Grayscale: #505050. Windows color (decimal): -9618323 or 7158893. OLE color: 7158893.
HSL color Cylindrical-coordinate representation of color #6D3C6D: hue angle of 300º 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 #6D3C6D is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 60 | 109 | - |
| CMYK | 0 | 0.45 | 0 | 0.57 |
| HSL | 300º | 0.29% | 0.33% | - |
| HSV(B) | 300º | 0.45% | 0.43% | - |
| XYZ | 10.68 | 7.59 | 15.37 | - |
| YUV | 80.24 | 144.23 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 60 | 109 | 0 | 0.45 | 0 | 0.57 | 300 | 0.29 | 0.33 |
| Hex | 6D | 3C | 6D | 0 | 2D | 0 | 39 | 12C | 1D | 21 |
| Octal | 155 | 74 | 155 | 0 | 55 | 0 | 71 | 454 | 35 | 41 |
| Binary | 1101101 | 111100 | 1101101 | 0 | 101101 | 0 | 111001 | 100101100 | 11101 | 100001 |
Color Harmonies of #6D3C6D
Complementary color
Monochromatic Colors of #6D3C6D
Black with #6D3C6D
Text Example
Text Example
White with #6D3C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3C6D; }
p { color: rgb(109,60,109); }
H1.HeaderClassName
{
color: #6D3C6D;
}
.AnyTagClassName
{
color: #6D3C6D;
}
</style>
background-color css
<style>
a { background-color: #6D3C6D; }
a { background-color: rgb(109,60,109); }
div.DivClassName
{
background-color: #6D3C6D;
}
.BgClassName
{
background-color: #6D3C6D;
}
</style>
border-color css
<style>
span { border-color: #6D3C6D; }
span { border-color: rgb(109,60,109); }
td.TdClassName
{
border-color: #6D3C6D;
}
.TagClassName
{
border-color: #6D3C6D;
}
</style>