Shades of Seance #6F2D6E
Tints of Seance #6F2D6E
RGB
CMYK
RGB Variations
Color information
#6F2D6E (or 0x6F2D6E) is known color: Seance. HEX triplet: 6F, 2D and 6E. RGB value is (111,45,110). Sum of RGB (Red+Green+Blue) = 111+45+110=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 45 (17.97% from 255 or 16.92% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2D6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2D6E is #90D291. Grayscale: #474747. Windows color (decimal): -9491090 or 7220591. OLE color: 7220591.
HSL color Cylindrical-coordinate representation of color #6F2D6E: hue angle of 300.91º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F2D6E is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 45 | 110 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.56 |
| HSL | 300.91º | 0.42% | 0.31% | - |
| HSV(B) | 300.91º | 0.59% | 0.44% | - |
| XYZ | 10.31 | 6.38 | 15.44 | - |
| YUV | 72.14 | 149.37 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 45 | 110 | 0 | 0.59 | 0.01 | 0.56 | 300.91 | 0.42 | 0.31 |
| Hex | 6F | 2D | 6E | 0 | 3B | 1 | 38 | 12D | 2A | 1F |
| Octal | 157 | 55 | 156 | 0 | 73 | 1 | 70 | 455 | 52 | 37 |
| Binary | 1101111 | 101101 | 1101110 | 0 | 111011 | 1 | 111000 | 100101101 | 101010 | 11111 |
Color Harmonies of #6F2D6E
Complementary color
Monochromatic Colors of #6F2D6E
Black with #6F2D6E
Text Example
Text Example
White with #6F2D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2D6E; }
p { color: rgb(111,45,110); }
H1.HeaderClassName
{
color: #6F2D6E;
}
.AnyTagClassName
{
color: #6F2D6E;
}
</style>
background-color css
<style>
a { background-color: #6F2D6E; }
a { background-color: rgb(111,45,110); }
div.DivClassName
{
background-color: #6F2D6E;
}
.BgClassName
{
background-color: #6F2D6E;
}
</style>
border-color css
<style>
span { border-color: #6F2D6E; }
span { border-color: rgb(111,45,110); }
td.TdClassName
{
border-color: #6F2D6E;
}
.TagClassName
{
border-color: #6F2D6E;
}
</style>