Shades of Seance #6E1879
Tints of Seance #6E1879
RGB
CMYK
RGB Variations
Color information
#6E1879 (or 0x6E1879) is known color: Seance. HEX triplet: 6E, 18 and 79. RGB value is (110,24,121). Sum of RGB (Red+Green+Blue) = 110+24+121=255 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.14% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 121 (47.66% from 255 or 47.45% from 255); Max value from RGB is 121 - color contains mainly: blue. Hex color #6E1879 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1879 is #91E786. Grayscale: #3C3C3C. Windows color (decimal): -9561991 or 7936110. OLE color: 7936110.
HSL color Cylindrical-coordinate representation of color #6E1879: hue angle of 293.2º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E1879 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 24 | 121 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.53 |
| HSL | 293.2º | 0.67% | 0.28% | - |
| HSV(B) | 293.2º | 0.8% | 0.47% | - |
| XYZ | 10.21 | 5.35 | 18.58 | - |
| YUV | 60.77 | 161.99 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 24 | 121 | 0.09 | 0.80 | 0 | 0.53 | 293.2 | 0.67 | 0.28 |
| Hex | 6E | 18 | 79 | 9 | 50 | 0 | 35 | 125 | 43 | 1C |
| Octal | 156 | 30 | 171 | 11 | 120 | 0 | 65 | 445 | 103 | 34 |
| Binary | 1101110 | 11000 | 1111001 | 1001 | 1010000 | 0 | 110101 | 100100101 | 1000011 | 11100 |
Color Harmonies of #6E1879
Complementary color
Monochromatic Colors of #6E1879
Black with #6E1879
Text Example
Text Example
White with #6E1879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1879; }
p { color: rgb(110,24,121); }
H1.HeaderClassName
{
color: #6E1879;
}
.AnyTagClassName
{
color: #6E1879;
}
</style>
background-color css
<style>
a { background-color: #6E1879; }
a { background-color: rgb(110,24,121); }
div.DivClassName
{
background-color: #6E1879;
}
.BgClassName
{
background-color: #6E1879;
}
</style>
border-color css
<style>
span { border-color: #6E1879; }
span { border-color: rgb(110,24,121); }
td.TdClassName
{
border-color: #6E1879;
}
.TagClassName
{
border-color: #6E1879;
}
</style>