Shades of Seance #6F326D
Tints of Seance #6F326D
RGB
CMYK
RGB Variations
Color information
#6F326D (or 0x6F326D) is known color: Seance. HEX triplet: 6F, 32 and 6D. RGB value is (111,50,109). Sum of RGB (Red+Green+Blue) = 111+50+109=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 111 - color contains mainly: red. Hex color #6F326D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F326D is #90CD92. Grayscale: #4A4A4A. Windows color (decimal): -9489811 or 7156335. OLE color: 7156335.
HSL color Cylindrical-coordinate representation of color #6F326D: hue angle of 301.97º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F326D is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 50 | 109 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.56 |
| HSL | 301.97º | 0.38% | 0.32% | - |
| HSV(B) | 301.97º | 0.55% | 0.44% | - |
| XYZ | 10.46 | 6.76 | 15.22 | - |
| YUV | 74.97 | 147.21 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 50 | 109 | 0 | 0.55 | 0.02 | 0.56 | 301.97 | 0.38 | 0.32 |
| Hex | 6F | 32 | 6D | 0 | 37 | 2 | 38 | 12E | 26 | 20 |
| Octal | 157 | 62 | 155 | 0 | 67 | 2 | 70 | 456 | 46 | 40 |
| Binary | 1101111 | 110010 | 1101101 | 0 | 110111 | 10 | 111000 | 100101110 | 100110 | 100000 |
Color Harmonies of #6F326D
Complementary color
Monochromatic Colors of #6F326D
Black with #6F326D
Text Example
Text Example
White with #6F326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F326D; }
p { color: rgb(111,50,109); }
H1.HeaderClassName
{
color: #6F326D;
}
.AnyTagClassName
{
color: #6F326D;
}
</style>
background-color css
<style>
a { background-color: #6F326D; }
a { background-color: rgb(111,50,109); }
div.DivClassName
{
background-color: #6F326D;
}
.BgClassName
{
background-color: #6F326D;
}
</style>
border-color css
<style>
span { border-color: #6F326D; }
span { border-color: rgb(111,50,109); }
td.TdClassName
{
border-color: #6F326D;
}
.TagClassName
{
border-color: #6F326D;
}
</style>