Shades of Seance #6F1972
Tints of Seance #6F1972
RGB
CMYK
RGB Variations
Color information
#6F1972 (or 0x6F1972) is known color: Seance. HEX triplet: 6F, 19 and 72. RGB value is (111,25,114). Sum of RGB (Red+Green+Blue) = 111+25+114=250 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.4% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #6F1972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1972 is #90E68D. Grayscale: #3C3C3C. Windows color (decimal): -9496206 or 7477615. OLE color: 7477615.
HSL color Cylindrical-coordinate representation of color #6F1972: hue angle of 297.98º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F1972 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 25 | 114 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.55 |
| HSL | 297.98º | 0.64% | 0.27% | - |
| HSV(B) | 297.98º | 0.78% | 0.45% | - |
| XYZ | 9.94 | 5.29 | 16.42 | - |
| YUV | 60.86 | 157.99 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 25 | 114 | 0.03 | 0.78 | 0 | 0.55 | 297.98 | 0.64 | 0.27 |
| Hex | 6F | 19 | 72 | 3 | 4E | 0 | 37 | 12A | 40 | 1B |
| Octal | 157 | 31 | 162 | 3 | 116 | 0 | 67 | 452 | 100 | 33 |
| Binary | 1101111 | 11001 | 1110010 | 11 | 1001110 | 0 | 110111 | 100101010 | 1000000 | 11011 |
Color Harmonies of #6F1972
Complementary color
Monochromatic Colors of #6F1972
Black with #6F1972
Text Example
Text Example
White with #6F1972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1972; }
p { color: rgb(111,25,114); }
H1.HeaderClassName
{
color: #6F1972;
}
.AnyTagClassName
{
color: #6F1972;
}
</style>
background-color css
<style>
a { background-color: #6F1972; }
a { background-color: rgb(111,25,114); }
div.DivClassName
{
background-color: #6F1972;
}
.BgClassName
{
background-color: #6F1972;
}
</style>
border-color css
<style>
span { border-color: #6F1972; }
span { border-color: rgb(111,25,114); }
td.TdClassName
{
border-color: #6F1972;
}
.TagClassName
{
border-color: #6F1972;
}
</style>