Shades of Seance #6F2C6D
Tints of Seance #6F2C6D
RGB
CMYK
RGB Variations
Color information
#6F2C6D (or 0x6F2C6D) is known color: Seance. HEX triplet: 6F, 2C and 6D. RGB value is (111,44,109). Sum of RGB (Red+Green+Blue) = 111+44+109=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2C6D is #90D392. Grayscale: #474747. Windows color (decimal): -9491347 or 7154799. OLE color: 7154799.
HSL color Cylindrical-coordinate representation of color #6F2C6D: hue angle of 301.79º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F2C6D is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 44 | 109 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.56 |
| HSL | 301.79º | 0.43% | 0.3% | - |
| HSV(B) | 301.79º | 0.6% | 0.44% | - |
| XYZ | 10.22 | 6.28 | 15.14 | - |
| YUV | 71.44 | 149.2 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 44 | 109 | 0 | 0.60 | 0.02 | 0.56 | 301.79 | 0.43 | 0.3 |
| Hex | 6F | 2C | 6D | 0 | 3C | 2 | 38 | 12E | 2B | 1E |
| Octal | 157 | 54 | 155 | 0 | 74 | 2 | 70 | 456 | 53 | 36 |
| Binary | 1101111 | 101100 | 1101101 | 0 | 111100 | 10 | 111000 | 100101110 | 101011 | 11110 |
Color Harmonies of #6F2C6D
Complementary color
Monochromatic Colors of #6F2C6D
Black with #6F2C6D
Text Example
Text Example
White with #6F2C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2C6D; }
p { color: rgb(111,44,109); }
H1.HeaderClassName
{
color: #6F2C6D;
}
.AnyTagClassName
{
color: #6F2C6D;
}
</style>
background-color css
<style>
a { background-color: #6F2C6D; }
a { background-color: rgb(111,44,109); }
div.DivClassName
{
background-color: #6F2C6D;
}
.BgClassName
{
background-color: #6F2C6D;
}
</style>
border-color css
<style>
span { border-color: #6F2C6D; }
span { border-color: rgb(111,44,109); }
td.TdClassName
{
border-color: #6F2C6D;
}
.TagClassName
{
border-color: #6F2C6D;
}
</style>