Shades of Seance #6F2376
Tints of Seance #6F2376
RGB
CMYK
RGB Variations
Color information
#6F2376 (or 0x6F2376) is known color: Seance. HEX triplet: 6F, 23 and 76. RGB value is (111,35,118). Sum of RGB (Red+Green+Blue) = 111+35+118=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 118 - color contains mainly: blue. Hex color #6F2376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2376 is #90DC89. Grayscale: #424242. Windows color (decimal): -9493642 or 7742319. OLE color: 7742319.
HSL color Cylindrical-coordinate representation of color #6F2376: hue angle of 294.94º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F2376 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 35 | 118 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.54 |
| HSL | 294.94º | 0.54% | 0.3% | - |
| HSV(B) | 294.94º | 0.7% | 0.46% | - |
| XYZ | 10.43 | 5.89 | 17.73 | - |
| YUV | 67.19 | 156.68 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 35 | 118 | 0.06 | 0.70 | 0 | 0.54 | 294.94 | 0.54 | 0.3 |
| Hex | 6F | 23 | 76 | 6 | 46 | 0 | 36 | 127 | 36 | 1E |
| Octal | 157 | 43 | 166 | 6 | 106 | 0 | 66 | 447 | 66 | 36 |
| Binary | 1101111 | 100011 | 1110110 | 110 | 1000110 | 0 | 110110 | 100100111 | 110110 | 11110 |
Color Harmonies of #6F2376
Complementary color
Monochromatic Colors of #6F2376
Black with #6F2376
Text Example
Text Example
White with #6F2376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2376; }
p { color: rgb(111,35,118); }
H1.HeaderClassName
{
color: #6F2376;
}
.AnyTagClassName
{
color: #6F2376;
}
</style>
background-color css
<style>
a { background-color: #6F2376; }
a { background-color: rgb(111,35,118); }
div.DivClassName
{
background-color: #6F2376;
}
.BgClassName
{
background-color: #6F2376;
}
</style>
border-color css
<style>
span { border-color: #6F2376; }
span { border-color: rgb(111,35,118); }
td.TdClassName
{
border-color: #6F2376;
}
.TagClassName
{
border-color: #6F2376;
}
</style>