Shades of Seance #6E1776
Tints of Seance #6E1776
RGB
CMYK
RGB Variations
Color information
#6E1776 (or 0x6E1776) is known color: Seance. HEX triplet: 6E, 17 and 76. RGB value is (110,23,118). Sum of RGB (Red+Green+Blue) = 110+23+118=251 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.82% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #6E1776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1776 is #91E889. Grayscale: #3B3B3B. Windows color (decimal): -9562250 or 7739246. OLE color: 7739246.
HSL color Cylindrical-coordinate representation of color #6E1776: hue angle of 294.95º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E1776 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 23 | 118 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.54 |
| HSL | 294.95º | 0.67% | 0.28% | - |
| HSV(B) | 294.95º | 0.81% | 0.46% | - |
| XYZ | 10.01 | 5.24 | 17.62 | - |
| YUV | 59.84 | 160.82 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 23 | 118 | 0.07 | 0.81 | 0 | 0.54 | 294.95 | 0.67 | 0.28 |
| Hex | 6E | 17 | 76 | 7 | 51 | 0 | 36 | 127 | 43 | 1C |
| Octal | 156 | 27 | 166 | 7 | 121 | 0 | 66 | 447 | 103 | 34 |
| Binary | 1101110 | 10111 | 1110110 | 111 | 1010001 | 0 | 110110 | 100100111 | 1000011 | 11100 |
Color Harmonies of #6E1776
Complementary color
Monochromatic Colors of #6E1776
Black with #6E1776
Text Example
Text Example
White with #6E1776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1776; }
p { color: rgb(110,23,118); }
H1.HeaderClassName
{
color: #6E1776;
}
.AnyTagClassName
{
color: #6E1776;
}
</style>
background-color css
<style>
a { background-color: #6E1776; }
a { background-color: rgb(110,23,118); }
div.DivClassName
{
background-color: #6E1776;
}
.BgClassName
{
background-color: #6E1776;
}
</style>
border-color css
<style>
span { border-color: #6E1776; }
span { border-color: rgb(110,23,118); }
td.TdClassName
{
border-color: #6E1776;
}
.TagClassName
{
border-color: #6E1776;
}
</style>