Shades of Seance #6E2473
Tints of Seance #6E2473
RGB
CMYK
RGB Variations
Color information
#6E2473 (or 0x6E2473) is known color: Seance. HEX triplet: 6E, 24 and 73. RGB value is (110,36,115). Sum of RGB (Red+Green+Blue) = 110+36+115=261 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.15% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E2473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2473 is #91DB8C. Grayscale: #424242. Windows color (decimal): -9558925 or 7545966. OLE color: 7545966.
HSL color Cylindrical-coordinate representation of color #6E2473: hue angle of 296.2º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E2473 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 36 | 115 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.55 |
| HSL | 296.2º | 0.52% | 0.3% | - |
| HSV(B) | 296.2º | 0.69% | 0.45% | - |
| XYZ | 10.16 | 5.81 | 16.81 | - |
| YUV | 67.13 | 155.02 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 36 | 115 | 0.04 | 0.69 | 0 | 0.55 | 296.2 | 0.52 | 0.3 |
| Hex | 6E | 24 | 73 | 4 | 45 | 0 | 37 | 128 | 34 | 1E |
| Octal | 156 | 44 | 163 | 4 | 105 | 0 | 67 | 450 | 64 | 36 |
| Binary | 1101110 | 100100 | 1110011 | 100 | 1000101 | 0 | 110111 | 100101000 | 110100 | 11110 |
Color Harmonies of #6E2473
Complementary color
Monochromatic Colors of #6E2473
Black with #6E2473
Text Example
Text Example
White with #6E2473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2473; }
p { color: rgb(110,36,115); }
H1.HeaderClassName
{
color: #6E2473;
}
.AnyTagClassName
{
color: #6E2473;
}
</style>
background-color css
<style>
a { background-color: #6E2473; }
a { background-color: rgb(110,36,115); }
div.DivClassName
{
background-color: #6E2473;
}
.BgClassName
{
background-color: #6E2473;
}
</style>
border-color css
<style>
span { border-color: #6E2473; }
span { border-color: rgb(110,36,115); }
td.TdClassName
{
border-color: #6E2473;
}
.TagClassName
{
border-color: #6E2473;
}
</style>