Shades of Seance #6F2970
Tints of Seance #6F2970
RGB
CMYK
RGB Variations
Color information
#6F2970 (or 0x6F2970) is known color: Seance. HEX triplet: 6F, 29 and 70. RGB value is (111,41,112). Sum of RGB (Red+Green+Blue) = 111+41+112=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #6F2970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2970 is #90D68F. Grayscale: #454545. Windows color (decimal): -9492112 or 7350639. OLE color: 7350639.
HSL color Cylindrical-coordinate representation of color #6F2970: hue angle of 299.15º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F2970 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 41 | 112 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.56 |
| HSL | 299.15º | 0.46% | 0.3% | - |
| HSV(B) | 299.15º | 0.63% | 0.44% | - |
| XYZ | 10.27 | 6.14 | 15.97 | - |
| YUV | 70.02 | 151.69 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 41 | 112 | 0.01 | 0.63 | 0 | 0.56 | 299.15 | 0.46 | 0.3 |
| Hex | 6F | 29 | 70 | 1 | 3F | 0 | 38 | 12B | 2E | 1E |
| Octal | 157 | 51 | 160 | 1 | 77 | 0 | 70 | 453 | 56 | 36 |
| Binary | 1101111 | 101001 | 1110000 | 1 | 111111 | 0 | 111000 | 100101011 | 101110 | 11110 |
Color Harmonies of #6F2970
Complementary color
Monochromatic Colors of #6F2970
Black with #6F2970
Text Example
Text Example
White with #6F2970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2970; }
p { color: rgb(111,41,112); }
H1.HeaderClassName
{
color: #6F2970;
}
.AnyTagClassName
{
color: #6F2970;
}
</style>
background-color css
<style>
a { background-color: #6F2970; }
a { background-color: rgb(111,41,112); }
div.DivClassName
{
background-color: #6F2970;
}
.BgClassName
{
background-color: #6F2970;
}
</style>
border-color css
<style>
span { border-color: #6F2970; }
span { border-color: rgb(111,41,112); }
td.TdClassName
{
border-color: #6F2970;
}
.TagClassName
{
border-color: #6F2970;
}
</style>