Shades of Seance #6D3270
Tints of Seance #6D3270
RGB
CMYK
RGB Variations
Color information
#6D3270 (or 0x6D3270) is known color: Seance. HEX triplet: 6D, 32 and 70. RGB value is (109,50,112). Sum of RGB (Red+Green+Blue) = 109+50+112=271 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.22% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #6D3270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3270 is #92CD8F. Grayscale: #4A4A4A. Windows color (decimal): -9620880 or 7352941. OLE color: 7352941.
HSL color Cylindrical-coordinate representation of color #6D3270: hue angle of 297.1º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D3270 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 50 | 112 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.56 |
| HSL | 297.1º | 0.38% | 0.32% | - |
| HSV(B) | 297.1º | 0.55% | 0.44% | - |
| XYZ | 10.37 | 6.7 | 16.08 | - |
| YUV | 74.71 | 149.05 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 50 | 112 | 0.03 | 0.55 | 0 | 0.56 | 297.1 | 0.38 | 0.32 |
| Hex | 6D | 32 | 70 | 3 | 37 | 0 | 38 | 129 | 26 | 20 |
| Octal | 155 | 62 | 160 | 3 | 67 | 0 | 70 | 451 | 46 | 40 |
| Binary | 1101101 | 110010 | 1110000 | 11 | 110111 | 0 | 111000 | 100101001 | 100110 | 100000 |
Color Harmonies of #6D3270
Complementary color
Monochromatic Colors of #6D3270
Black with #6D3270
Text Example
Text Example
White with #6D3270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3270; }
p { color: rgb(109,50,112); }
H1.HeaderClassName
{
color: #6D3270;
}
.AnyTagClassName
{
color: #6D3270;
}
</style>
background-color css
<style>
a { background-color: #6D3270; }
a { background-color: rgb(109,50,112); }
div.DivClassName
{
background-color: #6D3270;
}
.BgClassName
{
background-color: #6D3270;
}
</style>
border-color css
<style>
span { border-color: #6D3270; }
span { border-color: rgb(109,50,112); }
td.TdClassName
{
border-color: #6D3270;
}
.TagClassName
{
border-color: #6D3270;
}
</style>