Shades of Seance #6E2878
Tints of Seance #6E2878
RGB
CMYK
RGB Variations
Color information
#6E2878 (or 0x6E2878) is known color: Seance. HEX triplet: 6E, 28 and 78. RGB value is (110,40,120). Sum of RGB (Red+Green+Blue) = 110+40+120=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #6E2878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2878 is #91D787. Grayscale: #454545. Windows color (decimal): -9557896 or 7874670. OLE color: 7874670.
HSL color Cylindrical-coordinate representation of color #6E2878: hue angle of 292.5º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E2878 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 40 | 120 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.53 |
| HSL | 292.5º | 0.5% | 0.31% | - |
| HSV(B) | 292.5º | 0.67% | 0.47% | - |
| XYZ | 10.58 | 6.19 | 18.41 | - |
| YUV | 70.05 | 156.19 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 40 | 120 | 0.08 | 0.67 | 0 | 0.53 | 292.5 | 0.5 | 0.31 |
| Hex | 6E | 28 | 78 | 8 | 43 | 0 | 35 | 124 | 32 | 1F |
| Octal | 156 | 50 | 170 | 10 | 103 | 0 | 65 | 444 | 62 | 37 |
| Binary | 1101110 | 101000 | 1111000 | 1000 | 1000011 | 0 | 110101 | 100100100 | 110010 | 11111 |
Color Harmonies of #6E2878
Complementary color
Monochromatic Colors of #6E2878
Black with #6E2878
Text Example
Text Example
White with #6E2878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2878; }
p { color: rgb(110,40,120); }
H1.HeaderClassName
{
color: #6E2878;
}
.AnyTagClassName
{
color: #6E2878;
}
</style>
background-color css
<style>
a { background-color: #6E2878; }
a { background-color: rgb(110,40,120); }
div.DivClassName
{
background-color: #6E2878;
}
.BgClassName
{
background-color: #6E2878;
}
</style>
border-color css
<style>
span { border-color: #6E2878; }
span { border-color: rgb(110,40,120); }
td.TdClassName
{
border-color: #6E2878;
}
.TagClassName
{
border-color: #6E2878;
}
</style>