Shades of Seance #6E1675
Tints of Seance #6E1675
RGB
CMYK
RGB Variations
Color information
#6E1675 (or 0x6E1675) is known color: Seance. HEX triplet: 6E, 16 and 75. RGB value is (110,22,117). Sum of RGB (Red+Green+Blue) = 110+22+117=249 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.18% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #6E1675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1675 is #91E98A. Grayscale: #3A3A3A. Windows color (decimal): -9562507 or 7673454. OLE color: 7673454.
HSL color Cylindrical-coordinate representation of color #6E1675: hue angle of 295.58º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E1675 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 22 | 117 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.54 |
| HSL | 295.58º | 0.68% | 0.27% | - |
| HSV(B) | 295.58º | 0.81% | 0.46% | - |
| XYZ | 9.93 | 5.17 | 17.3 | - |
| YUV | 59.14 | 160.65 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 22 | 117 | 0.06 | 0.81 | 0 | 0.54 | 295.58 | 0.68 | 0.27 |
| Hex | 6E | 16 | 75 | 6 | 51 | 0 | 36 | 128 | 44 | 1B |
| Octal | 156 | 26 | 165 | 6 | 121 | 0 | 66 | 450 | 104 | 33 |
| Binary | 1101110 | 10110 | 1110101 | 110 | 1010001 | 0 | 110110 | 100101000 | 1000100 | 11011 |
Color Harmonies of #6E1675
Complementary color
Monochromatic Colors of #6E1675
Black with #6E1675
Text Example
Text Example
White with #6E1675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1675; }
p { color: rgb(110,22,117); }
H1.HeaderClassName
{
color: #6E1675;
}
.AnyTagClassName
{
color: #6E1675;
}
</style>
background-color css
<style>
a { background-color: #6E1675; }
a { background-color: rgb(110,22,117); }
div.DivClassName
{
background-color: #6E1675;
}
.BgClassName
{
background-color: #6E1675;
}
</style>
border-color css
<style>
span { border-color: #6E1675; }
span { border-color: rgb(110,22,117); }
td.TdClassName
{
border-color: #6E1675;
}
.TagClassName
{
border-color: #6E1675;
}
</style>