Shades of Seance #6D1B70
Tints of Seance #6D1B70
RGB
CMYK
RGB Variations
Color information
#6D1B70 (or 0x6D1B70) is known color: Seance. HEX triplet: 6D, 1B and 70. RGB value is (109,27,112). Sum of RGB (Red+Green+Blue) = 109+27+112=248 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.95% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #6D1B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1B70 is #92E48F. Grayscale: #3C3C3C. Windows color (decimal): -9626768 or 7347053. OLE color: 7347053.
HSL color Cylindrical-coordinate representation of color #6D1B70: hue angle of 297.88º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D1B70 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 27 | 112 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.56 |
| HSL | 297.88º | 0.61% | 0.27% | - |
| HSV(B) | 297.88º | 0.76% | 0.44% | - |
| XYZ | 9.62 | 5.2 | 15.83 | - |
| YUV | 61.21 | 156.67 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 27 | 112 | 0.03 | 0.76 | 0 | 0.56 | 297.88 | 0.61 | 0.27 |
| Hex | 6D | 1B | 70 | 3 | 4C | 0 | 38 | 12A | 3D | 1B |
| Octal | 155 | 33 | 160 | 3 | 114 | 0 | 70 | 452 | 75 | 33 |
| Binary | 1101101 | 11011 | 1110000 | 11 | 1001100 | 0 | 111000 | 100101010 | 111101 | 11011 |
Color Harmonies of #6D1B70
Complementary color
Monochromatic Colors of #6D1B70
Black with #6D1B70
Text Example
Text Example
White with #6D1B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1B70; }
p { color: rgb(109,27,112); }
H1.HeaderClassName
{
color: #6D1B70;
}
.AnyTagClassName
{
color: #6D1B70;
}
</style>
background-color css
<style>
a { background-color: #6D1B70; }
a { background-color: rgb(109,27,112); }
div.DivClassName
{
background-color: #6D1B70;
}
.BgClassName
{
background-color: #6D1B70;
}
</style>
border-color css
<style>
span { border-color: #6D1B70; }
span { border-color: rgb(109,27,112); }
td.TdClassName
{
border-color: #6D1B70;
}
.TagClassName
{
border-color: #6D1B70;
}
</style>