Shades of Seance #6E3075
Tints of Seance #6E3075
RGB
CMYK
RGB Variations
Color information
#6E3075 (or 0x6E3075) is known color: Seance. HEX triplet: 6E, 30 and 75. RGB value is (110,48,117). Sum of RGB (Red+Green+Blue) = 110+48+117=275 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 117 - color contains mainly: blue. Hex color #6E3075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3075 is #91CF8A. Grayscale: #4A4A4A. Windows color (decimal): -9555851 or 7680110. OLE color: 7680110.
HSL color Cylindrical-coordinate representation of color #6E3075: hue angle of 293.91º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E3075 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 48 | 117 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.54 |
| HSL | 293.91º | 0.42% | 0.32% | - |
| HSV(B) | 293.91º | 0.59% | 0.46% | - |
| XYZ | 10.7 | 6.71 | 17.56 | - |
| YUV | 74.4 | 152.04 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 48 | 117 | 0.06 | 0.59 | 0 | 0.54 | 293.91 | 0.42 | 0.32 |
| Hex | 6E | 30 | 75 | 6 | 3B | 0 | 36 | 126 | 2A | 20 |
| Octal | 156 | 60 | 165 | 6 | 73 | 0 | 66 | 446 | 52 | 40 |
| Binary | 1101110 | 110000 | 1110101 | 110 | 111011 | 0 | 110110 | 100100110 | 101010 | 100000 |
Color Harmonies of #6E3075
Complementary color
Monochromatic Colors of #6E3075
Black with #6E3075
Text Example
Text Example
White with #6E3075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3075; }
p { color: rgb(110,48,117); }
H1.HeaderClassName
{
color: #6E3075;
}
.AnyTagClassName
{
color: #6E3075;
}
</style>
background-color css
<style>
a { background-color: #6E3075; }
a { background-color: rgb(110,48,117); }
div.DivClassName
{
background-color: #6E3075;
}
.BgClassName
{
background-color: #6E3075;
}
</style>
border-color css
<style>
span { border-color: #6E3075; }
span { border-color: rgb(110,48,117); }
td.TdClassName
{
border-color: #6E3075;
}
.TagClassName
{
border-color: #6E3075;
}
</style>