Shades of Seance #6A2972
Tints of Seance #6A2972
RGB
CMYK
RGB Variations
Color information
#6A2972 (or 0x6A2972) is known color: Seance. HEX triplet: 6A, 29 and 72. RGB value is (106,41,114). Sum of RGB (Red+Green+Blue) = 106+41+114=261 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.61% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 114 - color contains mainly: blue. Hex color #6A2972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2972 is #95D68D. Grayscale: #444444. Windows color (decimal): -9819790 or 7481706. OLE color: 7481706.
HSL color Cylindrical-coordinate representation of color #6A2972: hue angle of 293.42º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6A2972 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 41 | 114 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.55 |
| HSL | 293.42º | 0.47% | 0.3% | - |
| HSV(B) | 293.42º | 0.64% | 0.45% | - |
| XYZ | 9.77 | 5.86 | 16.54 | - |
| YUV | 68.76 | 153.53 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 41 | 114 | 0.07 | 0.64 | 0 | 0.55 | 293.42 | 0.47 | 0.3 |
| Hex | 6A | 29 | 72 | 7 | 40 | 0 | 37 | 125 | 2F | 1E |
| Octal | 152 | 51 | 162 | 7 | 100 | 0 | 67 | 445 | 57 | 36 |
| Binary | 1101010 | 101001 | 1110010 | 111 | 1000000 | 0 | 110111 | 100100101 | 101111 | 11110 |
Color Harmonies of #6A2972
Complementary color
Monochromatic Colors of #6A2972
Black with #6A2972
Text Example
Text Example
White with #6A2972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2972; }
p { color: rgb(106,41,114); }
H1.HeaderClassName
{
color: #6A2972;
}
.AnyTagClassName
{
color: #6A2972;
}
</style>
background-color css
<style>
a { background-color: #6A2972; }
a { background-color: rgb(106,41,114); }
div.DivClassName
{
background-color: #6A2972;
}
.BgClassName
{
background-color: #6A2972;
}
</style>
border-color css
<style>
span { border-color: #6A2972; }
span { border-color: rgb(106,41,114); }
td.TdClassName
{
border-color: #6A2972;
}
.TagClassName
{
border-color: #6A2972;
}
</style>