Shades of Seance #6B1970
Tints of Seance #6B1970
RGB
CMYK
RGB Variations
Color information
#6B1970 (or 0x6B1970) is known color: Seance. HEX triplet: 6B, 19 and 70. RGB value is (107,25,112). Sum of RGB (Red+Green+Blue) = 107+25+112=244 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.85% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 112 - color contains mainly: blue. Hex color #6B1970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1970 is #94E68F. Grayscale: #3B3B3B. Windows color (decimal): -9758352 or 7346539. OLE color: 7346539.
HSL color Cylindrical-coordinate representation of color #6B1970: hue angle of 296.55º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B1970 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 25 | 112 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.56 |
| HSL | 296.55º | 0.64% | 0.27% | - |
| HSV(B) | 296.55º | 0.78% | 0.44% | - |
| XYZ | 9.34 | 4.99 | 15.8 | - |
| YUV | 59.44 | 157.67 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 25 | 112 | 0.04 | 0.78 | 0 | 0.56 | 296.55 | 0.64 | 0.27 |
| Hex | 6B | 19 | 70 | 4 | 4E | 0 | 38 | 129 | 40 | 1B |
| Octal | 153 | 31 | 160 | 4 | 116 | 0 | 70 | 451 | 100 | 33 |
| Binary | 1101011 | 11001 | 1110000 | 100 | 1001110 | 0 | 111000 | 100101001 | 1000000 | 11011 |
Color Harmonies of #6B1970
Complementary color
Monochromatic Colors of #6B1970
Black with #6B1970
Text Example
Text Example
White with #6B1970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1970; }
p { color: rgb(107,25,112); }
H1.HeaderClassName
{
color: #6B1970;
}
.AnyTagClassName
{
color: #6B1970;
}
</style>
background-color css
<style>
a { background-color: #6B1970; }
a { background-color: rgb(107,25,112); }
div.DivClassName
{
background-color: #6B1970;
}
.BgClassName
{
background-color: #6B1970;
}
</style>
border-color css
<style>
span { border-color: #6B1970; }
span { border-color: rgb(107,25,112); }
td.TdClassName
{
border-color: #6B1970;
}
.TagClassName
{
border-color: #6B1970;
}
</style>