Shades of Seance #6E1B80
Tints of Seance #6E1B80
RGB
CMYK
RGB Variations
Color information
#6E1B80 (or 0x6E1B80) is known color: Seance. HEX triplet: 6E, 1B and 80. RGB value is (110,27,128). Sum of RGB (Red+Green+Blue) = 110+27+128=265 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.51% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 128 - color contains mainly: blue. Hex color #6E1B80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1B80 is #91E47F. Grayscale: #3F3F3F. Windows color (decimal): -9561216 or 8395630. OLE color: 8395630.
HSL color Cylindrical-coordinate representation of color #6E1B80: hue angle of 289.31º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E1B80 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 110 | 27 | 128 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.50 |
| HSL | 289.31º | 0.65% | 0.3% | - |
| HSV(B) | 289.31º | 0.79% | 0.5% | - |
| XYZ | 10.72 | 5.66 | 20.95 | - |
| YUV | 63.33 | 164.5 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 27 | 128 | 0.14 | 0.79 | 0 | 0.50 | 289.31 | 0.65 | 0.3 |
| Hex | 6E | 1B | 80 | E | 4F | 0 | 32 | 121 | 41 | 1E |
| Octal | 156 | 33 | 200 | 16 | 117 | 0 | 62 | 441 | 101 | 36 |
| Binary | 1101110 | 11011 | 10000000 | 1110 | 1001111 | 0 | 110010 | 100100001 | 1000001 | 11110 |
Color Harmonies of #6E1B80
Complementary color
Monochromatic Colors of #6E1B80
Black with #6E1B80
Text Example
Text Example
White with #6E1B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1B80; }
p { color: rgb(110,27,128); }
H1.HeaderClassName
{
color: #6E1B80;
}
.AnyTagClassName
{
color: #6E1B80;
}
</style>
background-color css
<style>
a { background-color: #6E1B80; }
a { background-color: rgb(110,27,128); }
div.DivClassName
{
background-color: #6E1B80;
}
.BgClassName
{
background-color: #6E1B80;
}
</style>
border-color css
<style>
span { border-color: #6E1B80; }
span { border-color: rgb(110,27,128); }
td.TdClassName
{
border-color: #6E1B80;
}
.TagClassName
{
border-color: #6E1B80;
}
</style>