Shades of Seance #6F1676
Tints of Seance #6F1676
RGB
CMYK
RGB Variations
Color information
#6F1676 (or 0x6F1676) is known color: Seance. HEX triplet: 6F, 16 and 76. RGB value is (111,22,118). Sum of RGB (Red+Green+Blue) = 111+22+118=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #6F1676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1676 is #90E989. Grayscale: #3B3B3B. Windows color (decimal): -9496970 or 7738991. OLE color: 7738991.
HSL color Cylindrical-coordinate representation of color #6F1676: hue angle of 295.62º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F1676 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 22 | 118 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.54 |
| HSL | 295.63º | 0.69% | 0.27% | - |
| HSV(B) | 295.63º | 0.81% | 0.46% | - |
| XYZ | 10.11 | 5.26 | 17.62 | - |
| YUV | 59.56 | 160.99 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 118 | 0.06 | 0.81 | 0 | 0.54 | 295.63 | 0.69 | 0.27 |
| Hex | 6F | 16 | 76 | 6 | 51 | 0 | 36 | 128 | 45 | 1B |
| Octal | 157 | 26 | 166 | 6 | 121 | 0 | 66 | 450 | 105 | 33 |
| Binary | 1101111 | 10110 | 1110110 | 110 | 1010001 | 0 | 110110 | 100101000 | 1000101 | 11011 |
Color Harmonies of #6F1676
Complementary color
Monochromatic Colors of #6F1676
Black with #6F1676
Text Example
Text Example
White with #6F1676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1676; }
p { color: rgb(111,22,118); }
H1.HeaderClassName
{
color: #6F1676;
}
.AnyTagClassName
{
color: #6F1676;
}
</style>
background-color css
<style>
a { background-color: #6F1676; }
a { background-color: rgb(111,22,118); }
div.DivClassName
{
background-color: #6F1676;
}
.BgClassName
{
background-color: #6F1676;
}
</style>
border-color css
<style>
span { border-color: #6F1676; }
span { border-color: rgb(111,22,118); }
td.TdClassName
{
border-color: #6F1676;
}
.TagClassName
{
border-color: #6F1676;
}
</style>