Shades of Seance #6F3072
Tints of Seance #6F3072
RGB
CMYK
RGB Variations
Color information
#6F3072 (or 0x6F3072) is known color: Seance. HEX triplet: 6F, 30 and 72. RGB value is (111,48,114). Sum of RGB (Red+Green+Blue) = 111+48+114=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 114 - color contains mainly: blue. Hex color #6F3072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3072 is #90CF8D. Grayscale: #4A4A4A. Windows color (decimal): -9490318 or 7483503. OLE color: 7483503.
HSL color Cylindrical-coordinate representation of color #6F3072: hue angle of 297.27º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F3072 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 48 | 114 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.55 |
| HSL | 297.27º | 0.41% | 0.32% | - |
| HSV(B) | 297.27º | 0.58% | 0.45% | - |
| XYZ | 10.65 | 6.71 | 16.65 | - |
| YUV | 74.36 | 150.37 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 48 | 114 | 0.03 | 0.58 | 0 | 0.55 | 297.27 | 0.41 | 0.32 |
| Hex | 6F | 30 | 72 | 3 | 3A | 0 | 37 | 129 | 29 | 20 |
| Octal | 157 | 60 | 162 | 3 | 72 | 0 | 67 | 451 | 51 | 40 |
| Binary | 1101111 | 110000 | 1110010 | 11 | 111010 | 0 | 110111 | 100101001 | 101001 | 100000 |
Color Harmonies of #6F3072
Complementary color
Monochromatic Colors of #6F3072
Black with #6F3072
Text Example
Text Example
White with #6F3072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3072; }
p { color: rgb(111,48,114); }
H1.HeaderClassName
{
color: #6F3072;
}
.AnyTagClassName
{
color: #6F3072;
}
</style>
background-color css
<style>
a { background-color: #6F3072; }
a { background-color: rgb(111,48,114); }
div.DivClassName
{
background-color: #6F3072;
}
.BgClassName
{
background-color: #6F3072;
}
</style>
border-color css
<style>
span { border-color: #6F3072; }
span { border-color: rgb(111,48,114); }
td.TdClassName
{
border-color: #6F3072;
}
.TagClassName
{
border-color: #6F3072;
}
</style>