Shades of Seance #6E1574
Tints of Seance #6E1574
RGB
CMYK
RGB Variations
Color information
#6E1574 (or 0x6E1574) is known color: Seance. HEX triplet: 6E, 15 and 74. RGB value is (110,21,116). Sum of RGB (Red+Green+Blue) = 110+21+116=247 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.53% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 116 (45.70% from 255 or 46.96% from 247); Max value from RGB is 116 - color contains mainly: blue. Hex color #6E1574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1574 is #91EA8B. Grayscale: #3A3A3A. Windows color (decimal): -9562764 or 7607662. OLE color: 7607662.
HSL color Cylindrical-coordinate representation of color #6E1574: hue angle of 296.21º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E1574 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 21 | 116 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.55 |
| HSL | 296.21º | 0.69% | 0.27% | - |
| HSV(B) | 296.21º | 0.82% | 0.45% | - |
| XYZ | 9.85 | 5.11 | 16.99 | - |
| YUV | 58.44 | 160.49 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 21 | 116 | 0.05 | 0.82 | 0 | 0.55 | 296.21 | 0.69 | 0.27 |
| Hex | 6E | 15 | 74 | 5 | 52 | 0 | 37 | 128 | 45 | 1B |
| Octal | 156 | 25 | 164 | 5 | 122 | 0 | 67 | 450 | 105 | 33 |
| Binary | 1101110 | 10101 | 1110100 | 101 | 1010010 | 0 | 110111 | 100101000 | 1000101 | 11011 |
Color Harmonies of #6E1574
Complementary color
Monochromatic Colors of #6E1574
Black with #6E1574
Text Example
Text Example
White with #6E1574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1574; }
p { color: rgb(110,21,116); }
H1.HeaderClassName
{
color: #6E1574;
}
.AnyTagClassName
{
color: #6E1574;
}
</style>
background-color css
<style>
a { background-color: #6E1574; }
a { background-color: rgb(110,21,116); }
div.DivClassName
{
background-color: #6E1574;
}
.BgClassName
{
background-color: #6E1574;
}
</style>
border-color css
<style>
span { border-color: #6E1574; }
span { border-color: rgb(110,21,116); }
td.TdClassName
{
border-color: #6E1574;
}
.TagClassName
{
border-color: #6E1574;
}
</style>