Shades of Seance #6E2178
Tints of Seance #6E2178
RGB
CMYK
RGB Variations
Color information
#6E2178 (or 0x6E2178) is known color: Seance. HEX triplet: 6E, 21 and 78. RGB value is (110,33,120). Sum of RGB (Red+Green+Blue) = 110+33+120=263 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.83% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 120 - color contains mainly: blue. Hex color #6E2178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2178 is #91DE87. Grayscale: #414141. Windows color (decimal): -9559688 or 7872878. OLE color: 7872878.
HSL color Cylindrical-coordinate representation of color #6E2178: hue angle of 293.1º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E2178 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 33 | 120 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.53 |
| HSL | 293.1º | 0.57% | 0.3% | - |
| HSV(B) | 293.1º | 0.73% | 0.47% | - |
| XYZ | 10.36 | 5.76 | 18.33 | - |
| YUV | 65.94 | 158.51 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 33 | 120 | 0.08 | 0.72 | 0 | 0.53 | 293.1 | 0.57 | 0.3 |
| Hex | 6E | 21 | 78 | 8 | 48 | 0 | 35 | 125 | 39 | 1E |
| Octal | 156 | 41 | 170 | 10 | 110 | 0 | 65 | 445 | 71 | 36 |
| Binary | 1101110 | 100001 | 1111000 | 1000 | 1001000 | 0 | 110101 | 100100101 | 111001 | 11110 |
Color Harmonies of #6E2178
Complementary color
Monochromatic Colors of #6E2178
Black with #6E2178
Text Example
Text Example
White with #6E2178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2178; }
p { color: rgb(110,33,120); }
H1.HeaderClassName
{
color: #6E2178;
}
.AnyTagClassName
{
color: #6E2178;
}
</style>
background-color css
<style>
a { background-color: #6E2178; }
a { background-color: rgb(110,33,120); }
div.DivClassName
{
background-color: #6E2178;
}
.BgClassName
{
background-color: #6E2178;
}
</style>
border-color css
<style>
span { border-color: #6E2178; }
span { border-color: rgb(110,33,120); }
td.TdClassName
{
border-color: #6E2178;
}
.TagClassName
{
border-color: #6E2178;
}
</style>