Shades of Seance #6D3072
Tints of Seance #6D3072
RGB
CMYK
RGB Variations
Color information
#6D3072 (or 0x6D3072) is known color: Seance. HEX triplet: 6D, 30 and 72. RGB value is (109,48,114). Sum of RGB (Red+Green+Blue) = 109+48+114=271 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.22% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 114 - color contains mainly: blue. Hex color #6D3072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3072 is #92CF8D. Grayscale: #494949. Windows color (decimal): -9621390 or 7483501. OLE color: 7483501.
HSL color Cylindrical-coordinate representation of color #6D3072: hue angle of 295.45º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D3072 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 48 | 114 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.55 |
| HSL | 295.45º | 0.41% | 0.32% | - |
| HSV(B) | 295.45º | 0.58% | 0.45% | - |
| XYZ | 10.4 | 6.58 | 16.64 | - |
| YUV | 73.76 | 150.71 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 48 | 114 | 0.04 | 0.58 | 0 | 0.55 | 295.45 | 0.41 | 0.32 |
| Hex | 6D | 30 | 72 | 4 | 3A | 0 | 37 | 127 | 29 | 20 |
| Octal | 155 | 60 | 162 | 4 | 72 | 0 | 67 | 447 | 51 | 40 |
| Binary | 1101101 | 110000 | 1110010 | 100 | 111010 | 0 | 110111 | 100100111 | 101001 | 100000 |
Color Harmonies of #6D3072
Complementary color
Monochromatic Colors of #6D3072
Black with #6D3072
Text Example
Text Example
White with #6D3072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3072; }
p { color: rgb(109,48,114); }
H1.HeaderClassName
{
color: #6D3072;
}
.AnyTagClassName
{
color: #6D3072;
}
</style>
background-color css
<style>
a { background-color: #6D3072; }
a { background-color: rgb(109,48,114); }
div.DivClassName
{
background-color: #6D3072;
}
.BgClassName
{
background-color: #6D3072;
}
</style>
border-color css
<style>
span { border-color: #6D3072; }
span { border-color: rgb(109,48,114); }
td.TdClassName
{
border-color: #6D3072;
}
.TagClassName
{
border-color: #6D3072;
}
</style>