Shades of Seance #6F1672
Tints of Seance #6F1672
RGB
CMYK
RGB Variations
Color information
#6F1672 (or 0x6F1672) is known color: Seance. HEX triplet: 6F, 16 and 72. RGB value is (111,22,114). Sum of RGB (Red+Green+Blue) = 111+22+114=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 114 - color contains mainly: blue. Hex color #6F1672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1672 is #90E98D. Grayscale: #3A3A3A. Windows color (decimal): -9496974 or 7476847. OLE color: 7476847.
HSL color Cylindrical-coordinate representation of color #6F1672: hue angle of 298.04º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F1672 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 22 | 114 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.55 |
| HSL | 298.04º | 0.68% | 0.27% | - |
| HSV(B) | 298.04º | 0.81% | 0.45% | - |
| XYZ | 9.88 | 5.17 | 16.4 | - |
| YUV | 59.1 | 158.99 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 114 | 0.03 | 0.81 | 0 | 0.55 | 298.04 | 0.68 | 0.27 |
| Hex | 6F | 16 | 72 | 3 | 51 | 0 | 37 | 12A | 44 | 1B |
| Octal | 157 | 26 | 162 | 3 | 121 | 0 | 67 | 452 | 104 | 33 |
| Binary | 1101111 | 10110 | 1110010 | 11 | 1010001 | 0 | 110111 | 100101010 | 1000100 | 11011 |
Color Harmonies of #6F1672
Complementary color
Monochromatic Colors of #6F1672
Black with #6F1672
Text Example
Text Example
White with #6F1672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1672; }
p { color: rgb(111,22,114); }
H1.HeaderClassName
{
color: #6F1672;
}
.AnyTagClassName
{
color: #6F1672;
}
</style>
background-color css
<style>
a { background-color: #6F1672; }
a { background-color: rgb(111,22,114); }
div.DivClassName
{
background-color: #6F1672;
}
.BgClassName
{
background-color: #6F1672;
}
</style>
border-color css
<style>
span { border-color: #6F1672; }
span { border-color: rgb(111,22,114); }
td.TdClassName
{
border-color: #6F1672;
}
.TagClassName
{
border-color: #6F1672;
}
</style>