Shades of Seance #6E1976
Tints of Seance #6E1976
RGB
CMYK
RGB Variations
Color information
#6E1976 (or 0x6E1976) is known color: Seance. HEX triplet: 6E, 19 and 76. RGB value is (110,25,118). Sum of RGB (Red+Green+Blue) = 110+25+118=253 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.48% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #6E1976 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1976 is #91E689. Grayscale: #3C3C3C. Windows color (decimal): -9561738 or 7739758. OLE color: 7739758.
HSL color Cylindrical-coordinate representation of color #6E1976: hue angle of 294.84º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E1976 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 25 | 118 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.54 |
| HSL | 294.84º | 0.65% | 0.28% | - |
| HSV(B) | 294.84º | 0.79% | 0.46% | - |
| XYZ | 10.05 | 5.32 | 17.64 | - |
| YUV | 61.02 | 160.16 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 25 | 118 | 0.07 | 0.79 | 0 | 0.54 | 294.84 | 0.65 | 0.28 |
| Hex | 6E | 19 | 76 | 7 | 4F | 0 | 36 | 127 | 41 | 1C |
| Octal | 156 | 31 | 166 | 7 | 117 | 0 | 66 | 447 | 101 | 34 |
| Binary | 1101110 | 11001 | 1110110 | 111 | 1001111 | 0 | 110110 | 100100111 | 1000001 | 11100 |
Color Harmonies of #6E1976
Complementary color
Monochromatic Colors of #6E1976
Black with #6E1976
Text Example
Text Example
White with #6E1976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1976; }
p { color: rgb(110,25,118); }
H1.HeaderClassName
{
color: #6E1976;
}
.AnyTagClassName
{
color: #6E1976;
}
</style>
background-color css
<style>
a { background-color: #6E1976; }
a { background-color: rgb(110,25,118); }
div.DivClassName
{
background-color: #6E1976;
}
.BgClassName
{
background-color: #6E1976;
}
</style>
border-color css
<style>
span { border-color: #6E1976; }
span { border-color: rgb(110,25,118); }
td.TdClassName
{
border-color: #6E1976;
}
.TagClassName
{
border-color: #6E1976;
}
</style>