Shades of Seance #6E236F
Tints of Seance #6E236F
RGB
CMYK
RGB Variations
Color information
#6E236F (or 0x6E236F) is known color: Seance. HEX triplet: 6E, 23 and 6F. RGB value is (110,35,111). Sum of RGB (Red+Green+Blue) = 110+35+111=256 (33% of max value = 765). Red value is 110 (43.36% from 255 or 42.97% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 111 - color contains mainly: blue. Hex color #6E236F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E236F is #91DC90. Grayscale: #414141. Windows color (decimal): -9559185 or 7283566. OLE color: 7283566.
HSL color Cylindrical-coordinate representation of color #6E236F: hue angle of 299.21º degrees, saturation: 0.52, 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 #6E236F is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 35 | 111 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.56 |
| HSL | 299.21º | 0.52% | 0.29% | - |
| HSV(B) | 299.21º | 0.68% | 0.44% | - |
| XYZ | 9.9 | 5.66 | 15.61 | - |
| YUV | 66.09 | 153.35 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 35 | 111 | 0.01 | 0.68 | 0 | 0.56 | 299.21 | 0.52 | 0.29 |
| Hex | 6E | 23 | 6F | 1 | 44 | 0 | 38 | 12B | 34 | 1D |
| Octal | 156 | 43 | 157 | 1 | 104 | 0 | 70 | 453 | 64 | 35 |
| Binary | 1101110 | 100011 | 1101111 | 1 | 1000100 | 0 | 111000 | 100101011 | 110100 | 11101 |
Color Harmonies of #6E236F
Complementary color
Monochromatic Colors of #6E236F
Black with #6E236F
Text Example
Text Example
White with #6E236F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E236F; }
p { color: rgb(110,35,111); }
H1.HeaderClassName
{
color: #6E236F;
}
.AnyTagClassName
{
color: #6E236F;
}
</style>
background-color css
<style>
a { background-color: #6E236F; }
a { background-color: rgb(110,35,111); }
div.DivClassName
{
background-color: #6E236F;
}
.BgClassName
{
background-color: #6E236F;
}
</style>
border-color css
<style>
span { border-color: #6E236F; }
span { border-color: rgb(110,35,111); }
td.TdClassName
{
border-color: #6E236F;
}
.TagClassName
{
border-color: #6E236F;
}
</style>