Shades of Seance #6F316D
Tints of Seance #6F316D
RGB
CMYK
RGB Variations
Color information
#6F316D (or 0x6F316D) is known color: Seance. HEX triplet: 6F, 31 and 6D. RGB value is (111,49,109). Sum of RGB (Red+Green+Blue) = 111+49+109=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 111 - color contains mainly: red. Hex color #6F316D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F316D is #90CE92. Grayscale: #4A4A4A. Windows color (decimal): -9490067 or 7156079. OLE color: 7156079.
HSL color Cylindrical-coordinate representation of color #6F316D: hue angle of 301.94º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F316D is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 49 | 109 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.56 |
| HSL | 301.94º | 0.39% | 0.31% | - |
| HSV(B) | 301.94º | 0.56% | 0.44% | - |
| XYZ | 10.41 | 6.68 | 15.21 | - |
| YUV | 74.38 | 147.54 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 49 | 109 | 0 | 0.56 | 0.02 | 0.56 | 301.94 | 0.39 | 0.31 |
| Hex | 6F | 31 | 6D | 0 | 38 | 2 | 38 | 12E | 27 | 1F |
| Octal | 157 | 61 | 155 | 0 | 70 | 2 | 70 | 456 | 47 | 37 |
| Binary | 1101111 | 110001 | 1101101 | 0 | 111000 | 10 | 111000 | 100101110 | 100111 | 11111 |
Color Harmonies of #6F316D
Complementary color
Monochromatic Colors of #6F316D
Black with #6F316D
Text Example
Text Example
White with #6F316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F316D; }
p { color: rgb(111,49,109); }
H1.HeaderClassName
{
color: #6F316D;
}
.AnyTagClassName
{
color: #6F316D;
}
</style>
background-color css
<style>
a { background-color: #6F316D; }
a { background-color: rgb(111,49,109); }
div.DivClassName
{
background-color: #6F316D;
}
.BgClassName
{
background-color: #6F316D;
}
</style>
border-color css
<style>
span { border-color: #6F316D; }
span { border-color: rgb(111,49,109); }
td.TdClassName
{
border-color: #6F316D;
}
.TagClassName
{
border-color: #6F316D;
}
</style>