Shades of Seance #6F2370
Tints of Seance #6F2370
RGB
CMYK
RGB Variations
Color information
#6F2370 (or 0x6F2370) is known color: Seance. HEX triplet: 6F, 23 and 70. RGB value is (111,35,112). Sum of RGB (Red+Green+Blue) = 111+35+112=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #6F2370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2370 is #90DC8F. Grayscale: #424242. Windows color (decimal): -9493648 or 7349103. OLE color: 7349103.
HSL color Cylindrical-coordinate representation of color #6F2370: hue angle of 299.22º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F2370 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 35 | 112 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.56 |
| HSL | 299.22º | 0.52% | 0.29% | - |
| HSV(B) | 299.22º | 0.69% | 0.44% | - |
| XYZ | 10.08 | 5.75 | 15.91 | - |
| YUV | 66.5 | 153.68 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 35 | 112 | 0.01 | 0.69 | 0 | 0.56 | 299.22 | 0.52 | 0.29 |
| Hex | 6F | 23 | 70 | 1 | 45 | 0 | 38 | 12B | 34 | 1D |
| Octal | 157 | 43 | 160 | 1 | 105 | 0 | 70 | 453 | 64 | 35 |
| Binary | 1101111 | 100011 | 1110000 | 1 | 1000101 | 0 | 111000 | 100101011 | 110100 | 11101 |
Color Harmonies of #6F2370
Complementary color
Monochromatic Colors of #6F2370
Black with #6F2370
Text Example
Text Example
White with #6F2370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2370; }
p { color: rgb(111,35,112); }
H1.HeaderClassName
{
color: #6F2370;
}
.AnyTagClassName
{
color: #6F2370;
}
</style>
background-color css
<style>
a { background-color: #6F2370; }
a { background-color: rgb(111,35,112); }
div.DivClassName
{
background-color: #6F2370;
}
.BgClassName
{
background-color: #6F2370;
}
</style>
border-color css
<style>
span { border-color: #6F2370; }
span { border-color: rgb(111,35,112); }
td.TdClassName
{
border-color: #6F2370;
}
.TagClassName
{
border-color: #6F2370;
}
</style>