Shades of Seance #6D3170
Tints of Seance #6D3170
RGB
CMYK
RGB Variations
Color information
#6D3170 (or 0x6D3170) is known color: Seance. HEX triplet: 6D, 31 and 70. RGB value is (109,49,112). Sum of RGB (Red+Green+Blue) = 109+49+112=270 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.37% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 112 - color contains mainly: blue. Hex color #6D3170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3170 is #92CE8F. Grayscale: #494949. Windows color (decimal): -9621136 or 7352685. OLE color: 7352685.
HSL color Cylindrical-coordinate representation of color #6D3170: hue angle of 297.14º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D3170 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 49 | 112 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.56 |
| HSL | 297.14º | 0.39% | 0.32% | - |
| HSV(B) | 297.14º | 0.56% | 0.44% | - |
| XYZ | 10.33 | 6.62 | 16.06 | - |
| YUV | 74.12 | 149.38 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 49 | 112 | 0.03 | 0.56 | 0 | 0.56 | 297.14 | 0.39 | 0.32 |
| Hex | 6D | 31 | 70 | 3 | 38 | 0 | 38 | 129 | 27 | 20 |
| Octal | 155 | 61 | 160 | 3 | 70 | 0 | 70 | 451 | 47 | 40 |
| Binary | 1101101 | 110001 | 1110000 | 11 | 111000 | 0 | 111000 | 100101001 | 100111 | 100000 |
Color Harmonies of #6D3170
Complementary color
Monochromatic Colors of #6D3170
Black with #6D3170
Text Example
Text Example
White with #6D3170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3170; }
p { color: rgb(109,49,112); }
H1.HeaderClassName
{
color: #6D3170;
}
.AnyTagClassName
{
color: #6D3170;
}
</style>
background-color css
<style>
a { background-color: #6D3170; }
a { background-color: rgb(109,49,112); }
div.DivClassName
{
background-color: #6D3170;
}
.BgClassName
{
background-color: #6D3170;
}
</style>
border-color css
<style>
span { border-color: #6D3170; }
span { border-color: rgb(109,49,112); }
td.TdClassName
{
border-color: #6D3170;
}
.TagClassName
{
border-color: #6D3170;
}
</style>