Shades of Seance #6E2378
Tints of Seance #6E2378
RGB
CMYK
RGB Variations
Color information
#6E2378 (or 0x6E2378) is known color: Seance. HEX triplet: 6E, 23 and 78. RGB value is (110,35,120). Sum of RGB (Red+Green+Blue) = 110+35+120=265 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.51% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 120 - color contains mainly: blue. Hex color #6E2378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2378 is #91DC87. Grayscale: #424242. Windows color (decimal): -9559176 or 7873390. OLE color: 7873390.
HSL color Cylindrical-coordinate representation of color #6E2378: hue angle of 292.94º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E2378 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 35 | 120 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.53 |
| HSL | 292.94º | 0.55% | 0.3% | - |
| HSV(B) | 292.94º | 0.71% | 0.47% | - |
| XYZ | 10.42 | 5.87 | 18.35 | - |
| YUV | 67.12 | 157.85 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 35 | 120 | 0.08 | 0.71 | 0 | 0.53 | 292.94 | 0.55 | 0.3 |
| Hex | 6E | 23 | 78 | 8 | 47 | 0 | 35 | 125 | 37 | 1E |
| Octal | 156 | 43 | 170 | 10 | 107 | 0 | 65 | 445 | 67 | 36 |
| Binary | 1101110 | 100011 | 1111000 | 1000 | 1000111 | 0 | 110101 | 100100101 | 110111 | 11110 |
Color Harmonies of #6E2378
Complementary color
Monochromatic Colors of #6E2378
Black with #6E2378
Text Example
Text Example
White with #6E2378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2378; }
p { color: rgb(110,35,120); }
H1.HeaderClassName
{
color: #6E2378;
}
.AnyTagClassName
{
color: #6E2378;
}
</style>
background-color css
<style>
a { background-color: #6E2378; }
a { background-color: rgb(110,35,120); }
div.DivClassName
{
background-color: #6E2378;
}
.BgClassName
{
background-color: #6E2378;
}
</style>
border-color css
<style>
span { border-color: #6E2378; }
span { border-color: rgb(110,35,120); }
td.TdClassName
{
border-color: #6E2378;
}
.TagClassName
{
border-color: #6E2378;
}
</style>