Shades of Seance #6F1E80
Tints of Seance #6F1E80
RGB
CMYK
RGB Variations
Color information
#6F1E80 (or 0x6F1E80) is known color: Seance. HEX triplet: 6F, 1E and 80. RGB value is (111,30,128). Sum of RGB (Red+Green+Blue) = 111+30+128=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 128 - color contains mainly: blue. Hex color #6F1E80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F1E80 is #90E17F. Grayscale: #414141. Windows color (decimal): -9494912 or 8396399. OLE color: 8396399.
HSL color Cylindrical-coordinate representation of color #6F1E80: hue angle of 289.59º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F1E80 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 111 | 30 | 128 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.50 |
| HSL | 289.59º | 0.62% | 0.31% | - |
| HSV(B) | 289.59º | 0.77% | 0.5% | - |
| XYZ | 10.92 | 5.87 | 20.98 | - |
| YUV | 65.39 | 163.34 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 30 | 128 | 0.13 | 0.77 | 0 | 0.50 | 289.59 | 0.62 | 0.31 |
| Hex | 6F | 1E | 80 | D | 4D | 0 | 32 | 122 | 3E | 1F |
| Octal | 157 | 36 | 200 | 15 | 115 | 0 | 62 | 442 | 76 | 37 |
| Binary | 1101111 | 11110 | 10000000 | 1101 | 1001101 | 0 | 110010 | 100100010 | 111110 | 11111 |
Color Harmonies of #6F1E80
Complementary color
Monochromatic Colors of #6F1E80
Black with #6F1E80
Text Example
Text Example
White with #6F1E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1E80; }
p { color: rgb(111,30,128); }
H1.HeaderClassName
{
color: #6F1E80;
}
.AnyTagClassName
{
color: #6F1E80;
}
</style>
background-color css
<style>
a { background-color: #6F1E80; }
a { background-color: rgb(111,30,128); }
div.DivClassName
{
background-color: #6F1E80;
}
.BgClassName
{
background-color: #6F1E80;
}
</style>
border-color css
<style>
span { border-color: #6F1E80; }
span { border-color: rgb(111,30,128); }
td.TdClassName
{
border-color: #6F1E80;
}
.TagClassName
{
border-color: #6F1E80;
}
</style>