Shades of Seance #6E296D
Tints of Seance #6E296D
RGB
CMYK
RGB Variations
Color information
#6E296D (or 0x6E296D) is known color: Seance. HEX triplet: 6E, 29 and 6D. RGB value is (110,41,109). Sum of RGB (Red+Green+Blue) = 110+41+109=260 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.31% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 110 - color contains mainly: red. Hex color #6E296D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E296D is #91D692. Grayscale: #454545. Windows color (decimal): -9557651 or 7154030. OLE color: 7154030.
HSL color Cylindrical-coordinate representation of color #6E296D: hue angle of 300.87º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E296D is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 41 | 109 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.57 |
| HSL | 300.87º | 0.46% | 0.3% | - |
| HSV(B) | 300.87º | 0.63% | 0.43% | - |
| XYZ | 9.98 | 6.01 | 15.1 | - |
| YUV | 69.38 | 150.36 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 41 | 109 | 0 | 0.63 | 0.01 | 0.57 | 300.87 | 0.46 | 0.3 |
| Hex | 6E | 29 | 6D | 0 | 3F | 1 | 39 | 12D | 2E | 1E |
| Octal | 156 | 51 | 155 | 0 | 77 | 1 | 71 | 455 | 56 | 36 |
| Binary | 1101110 | 101001 | 1101101 | 0 | 111111 | 1 | 111001 | 100101101 | 101110 | 11110 |
Color Harmonies of #6E296D
Complementary color
Monochromatic Colors of #6E296D
Black with #6E296D
Text Example
Text Example
White with #6E296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E296D; }
p { color: rgb(110,41,109); }
H1.HeaderClassName
{
color: #6E296D;
}
.AnyTagClassName
{
color: #6E296D;
}
</style>
background-color css
<style>
a { background-color: #6E296D; }
a { background-color: rgb(110,41,109); }
div.DivClassName
{
background-color: #6E296D;
}
.BgClassName
{
background-color: #6E296D;
}
</style>
border-color css
<style>
span { border-color: #6E296D; }
span { border-color: rgb(110,41,109); }
td.TdClassName
{
border-color: #6E296D;
}
.TagClassName
{
border-color: #6E296D;
}
</style>