Shades of Seance #6E2374
Tints of Seance #6E2374
RGB
CMYK
RGB Variations
Color information
#6E2374 (or 0x6E2374) is known color: Seance. HEX triplet: 6E, 23 and 74. RGB value is (110,35,116). Sum of RGB (Red+Green+Blue) = 110+35+116=261 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.15% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #6E2374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2374 is #91DC8B. Grayscale: #424242. Windows color (decimal): -9559180 or 7611246. OLE color: 7611246.
HSL color Cylindrical-coordinate representation of color #6E2374: hue angle of 295.56º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E2374 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 35 | 116 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.55 |
| HSL | 295.56º | 0.54% | 0.3% | - |
| HSV(B) | 295.56º | 0.7% | 0.45% | - |
| XYZ | 10.18 | 5.78 | 17.1 | - |
| YUV | 66.66 | 155.85 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 35 | 116 | 0.05 | 0.70 | 0 | 0.55 | 295.56 | 0.54 | 0.3 |
| Hex | 6E | 23 | 74 | 5 | 46 | 0 | 37 | 128 | 36 | 1E |
| Octal | 156 | 43 | 164 | 5 | 106 | 0 | 67 | 450 | 66 | 36 |
| Binary | 1101110 | 100011 | 1110100 | 101 | 1000110 | 0 | 110111 | 100101000 | 110110 | 11110 |
Color Harmonies of #6E2374
Complementary color
Monochromatic Colors of #6E2374
Black with #6E2374
Text Example
Text Example
White with #6E2374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2374; }
p { color: rgb(110,35,116); }
H1.HeaderClassName
{
color: #6E2374;
}
.AnyTagClassName
{
color: #6E2374;
}
</style>
background-color css
<style>
a { background-color: #6E2374; }
a { background-color: rgb(110,35,116); }
div.DivClassName
{
background-color: #6E2374;
}
.BgClassName
{
background-color: #6E2374;
}
</style>
border-color css
<style>
span { border-color: #6E2374; }
span { border-color: rgb(110,35,116); }
td.TdClassName
{
border-color: #6E2374;
}
.TagClassName
{
border-color: #6E2374;
}
</style>