Shades of Seance #6D3570
Tints of Seance #6D3570
RGB
CMYK
RGB Variations
Color information
#6D3570 (or 0x6D3570) is known color: Seance. HEX triplet: 6D, 35 and 70. RGB value is (109,53,112). Sum of RGB (Red+Green+Blue) = 109+53+112=274 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.78% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 112 - color contains mainly: blue. Hex color #6D3570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3570 is #92CA8F. Grayscale: #4C4C4C. Windows color (decimal): -9620112 or 7353709. OLE color: 7353709.
HSL color Cylindrical-coordinate representation of color #6D3570: hue angle of 296.95º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D3570 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 53 | 112 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.56 |
| HSL | 296.95º | 0.36% | 0.32% | - |
| HSV(B) | 296.95º | 0.53% | 0.44% | - |
| XYZ | 10.5 | 6.97 | 16.12 | - |
| YUV | 76.47 | 148.05 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 53 | 112 | 0.03 | 0.53 | 0 | 0.56 | 296.95 | 0.36 | 0.32 |
| Hex | 6D | 35 | 70 | 3 | 35 | 0 | 38 | 129 | 24 | 20 |
| Octal | 155 | 65 | 160 | 3 | 65 | 0 | 70 | 451 | 44 | 40 |
| Binary | 1101101 | 110101 | 1110000 | 11 | 110101 | 0 | 111000 | 100101001 | 100100 | 100000 |
Color Harmonies of #6D3570
Complementary color
Monochromatic Colors of #6D3570
Black with #6D3570
Text Example
Text Example
White with #6D3570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3570; }
p { color: rgb(109,53,112); }
H1.HeaderClassName
{
color: #6D3570;
}
.AnyTagClassName
{
color: #6D3570;
}
</style>
background-color css
<style>
a { background-color: #6D3570; }
a { background-color: rgb(109,53,112); }
div.DivClassName
{
background-color: #6D3570;
}
.BgClassName
{
background-color: #6D3570;
}
</style>
border-color css
<style>
span { border-color: #6D3570; }
span { border-color: rgb(109,53,112); }
td.TdClassName
{
border-color: #6D3570;
}
.TagClassName
{
border-color: #6D3570;
}
</style>