Shades of Seance #6E246F
Tints of Seance #6E246F
RGB
CMYK
RGB Variations
Color information
#6E246F (or 0x6E246F) is known color: Seance. HEX triplet: 6E, 24 and 6F. RGB value is (110,36,111). Sum of RGB (Red+Green+Blue) = 110+36+111=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 111 (43.75% from 255 or 43.19% from 257); Max value from RGB is 111 - color contains mainly: blue. Hex color #6E246F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E246F is #91DB90. Grayscale: #424242. Windows color (decimal): -9558929 or 7283822. OLE color: 7283822.
HSL color Cylindrical-coordinate representation of color #6E246F: hue angle of 299.2º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E246F is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 36 | 111 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.56 |
| HSL | 299.2º | 0.51% | 0.29% | - |
| HSV(B) | 299.2º | 0.68% | 0.44% | - |
| XYZ | 9.93 | 5.72 | 15.62 | - |
| YUV | 66.68 | 153.02 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 36 | 111 | 0.01 | 0.68 | 0 | 0.56 | 299.2 | 0.51 | 0.29 |
| Hex | 6E | 24 | 6F | 1 | 44 | 0 | 38 | 12B | 33 | 1D |
| Octal | 156 | 44 | 157 | 1 | 104 | 0 | 70 | 453 | 63 | 35 |
| Binary | 1101110 | 100100 | 1101111 | 1 | 1000100 | 0 | 111000 | 100101011 | 110011 | 11101 |
Color Harmonies of #6E246F
Complementary color
Monochromatic Colors of #6E246F
Black with #6E246F
Text Example
Text Example
White with #6E246F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E246F; }
p { color: rgb(110,36,111); }
H1.HeaderClassName
{
color: #6E246F;
}
.AnyTagClassName
{
color: #6E246F;
}
</style>
background-color css
<style>
a { background-color: #6E246F; }
a { background-color: rgb(110,36,111); }
div.DivClassName
{
background-color: #6E246F;
}
.BgClassName
{
background-color: #6E246F;
}
</style>
border-color css
<style>
span { border-color: #6E246F; }
span { border-color: rgb(110,36,111); }
td.TdClassName
{
border-color: #6E246F;
}
.TagClassName
{
border-color: #6E246F;
}
</style>