Shades of Seance #6E2870
Tints of Seance #6E2870
RGB
CMYK
RGB Variations
Color information
#6E2870 (or 0x6E2870) is known color: Seance. HEX triplet: 6E, 28 and 70. RGB value is (110,40,112). Sum of RGB (Red+Green+Blue) = 110+40+112=262 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.98% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 112 - color contains mainly: blue. Hex color #6E2870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2870 is #91D78F. Grayscale: #444444. Windows color (decimal): -9557904 or 7350382. OLE color: 7350382.
HSL color Cylindrical-coordinate representation of color #6E2870: hue angle of 298.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E2870 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 40 | 112 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.56 |
| HSL | 298.33º | 0.47% | 0.3% | - |
| HSV(B) | 298.33º | 0.64% | 0.44% | - |
| XYZ | 10.11 | 6 | 15.95 | - |
| YUV | 69.14 | 152.19 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 40 | 112 | 0.02 | 0.64 | 0 | 0.56 | 298.33 | 0.47 | 0.3 |
| Hex | 6E | 28 | 70 | 2 | 40 | 0 | 38 | 12A | 2F | 1E |
| Octal | 156 | 50 | 160 | 2 | 100 | 0 | 70 | 452 | 57 | 36 |
| Binary | 1101110 | 101000 | 1110000 | 10 | 1000000 | 0 | 111000 | 100101010 | 101111 | 11110 |
Color Harmonies of #6E2870
Complementary color
Monochromatic Colors of #6E2870
Black with #6E2870
Text Example
Text Example
White with #6E2870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2870; }
p { color: rgb(110,40,112); }
H1.HeaderClassName
{
color: #6E2870;
}
.AnyTagClassName
{
color: #6E2870;
}
</style>
background-color css
<style>
a { background-color: #6E2870; }
a { background-color: rgb(110,40,112); }
div.DivClassName
{
background-color: #6E2870;
}
.BgClassName
{
background-color: #6E2870;
}
</style>
border-color css
<style>
span { border-color: #6E2870; }
span { border-color: rgb(110,40,112); }
td.TdClassName
{
border-color: #6E2870;
}
.TagClassName
{
border-color: #6E2870;
}
</style>