Shades of Eminence #6D3E6F
Tints of Eminence #6D3E6F
RGB
CMYK
RGB Variations
Color information
#6D3E6F (or 0x6D3E6F) is known color: Eminence. HEX triplet: 6D, 3E and 6F. RGB value is (109,62,111). Sum of RGB (Red+Green+Blue) = 109+62+111=282 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.65% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 111 - color contains mainly: blue. Hex color #6D3E6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3E6F is #92C190. Grayscale: #515151. Windows color (decimal): -9617809 or 7290477. OLE color: 7290477.
HSL color Cylindrical-coordinate representation of color #6D3E6F: hue angle of 297.55º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D3E6F is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 62 | 111 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.56 |
| HSL | 297.55º | 0.28% | 0.34% | - |
| HSV(B) | 297.55º | 0.44% | 0.44% | - |
| XYZ | 10.9 | 7.84 | 15.98 | - |
| YUV | 81.64 | 144.57 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 62 | 111 | 0.02 | 0.44 | 0 | 0.56 | 297.55 | 0.28 | 0.34 |
| Hex | 6D | 3E | 6F | 2 | 2C | 0 | 38 | 12A | 1C | 22 |
| Octal | 155 | 76 | 157 | 2 | 54 | 0 | 70 | 452 | 34 | 42 |
| Binary | 1101101 | 111110 | 1101111 | 10 | 101100 | 0 | 111000 | 100101010 | 11100 | 100010 |
Color Harmonies of #6D3E6F
Complementary color
Monochromatic Colors of #6D3E6F
Black with #6D3E6F
Text Example
Text Example
White with #6D3E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3E6F; }
p { color: rgb(109,62,111); }
H1.HeaderClassName
{
color: #6D3E6F;
}
.AnyTagClassName
{
color: #6D3E6F;
}
</style>
background-color css
<style>
a { background-color: #6D3E6F; }
a { background-color: rgb(109,62,111); }
div.DivClassName
{
background-color: #6D3E6F;
}
.BgClassName
{
background-color: #6D3E6F;
}
</style>
border-color css
<style>
span { border-color: #6D3E6F; }
span { border-color: rgb(109,62,111); }
td.TdClassName
{
border-color: #6D3E6F;
}
.TagClassName
{
border-color: #6D3E6F;
}
</style>