Shades of Seance #6D2E71
Tints of Seance #6D2E71
RGB
CMYK
RGB Variations
Color information
#6D2E71 (or 0x6D2E71) is known color: Seance. HEX triplet: 6D, 2E and 71. RGB value is (109,46,113). Sum of RGB (Red+Green+Blue) = 109+46+113=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 113 - color contains mainly: blue. Hex color #6D2E71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2E71 is #92D18E. Grayscale: #484848. Windows color (decimal): -9621903 or 7417453. OLE color: 7417453.
HSL color Cylindrical-coordinate representation of color #6D2E71: hue angle of 296.42º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D2E71 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 46 | 113 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.56 |
| HSL | 296.42º | 0.42% | 0.31% | - |
| HSV(B) | 296.42º | 0.59% | 0.44% | - |
| XYZ | 10.26 | 6.4 | 16.32 | - |
| YUV | 72.48 | 150.87 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 46 | 113 | 0.04 | 0.59 | 0 | 0.56 | 296.42 | 0.42 | 0.31 |
| Hex | 6D | 2E | 71 | 4 | 3B | 0 | 38 | 128 | 2A | 1F |
| Octal | 155 | 56 | 161 | 4 | 73 | 0 | 70 | 450 | 52 | 37 |
| Binary | 1101101 | 101110 | 1110001 | 100 | 111011 | 0 | 111000 | 100101000 | 101010 | 11111 |
Color Harmonies of #6D2E71
Complementary color
Monochromatic Colors of #6D2E71
Black with #6D2E71
Text Example
Text Example
White with #6D2E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2E71; }
p { color: rgb(109,46,113); }
H1.HeaderClassName
{
color: #6D2E71;
}
.AnyTagClassName
{
color: #6D2E71;
}
</style>
background-color css
<style>
a { background-color: #6D2E71; }
a { background-color: rgb(109,46,113); }
div.DivClassName
{
background-color: #6D2E71;
}
.BgClassName
{
background-color: #6D2E71;
}
</style>
border-color css
<style>
span { border-color: #6D2E71; }
span { border-color: rgb(109,46,113); }
td.TdClassName
{
border-color: #6D2E71;
}
.TagClassName
{
border-color: #6D2E71;
}
</style>