Shades of Seance #6A2A71
Tints of Seance #6A2A71
RGB
CMYK
RGB Variations
Color information
#6A2A71 (or 0x6A2A71) is known color: Seance. HEX triplet: 6A, 2A and 71. RGB value is (106,42,113). Sum of RGB (Red+Green+Blue) = 106+42+113=261 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.61% from 261); Green value is 42 (16.80% from 255 or 16.09% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #6A2A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2A71 is #95D58E. Grayscale: #454545. Windows color (decimal): -9819535 or 7416426. OLE color: 7416426.
HSL color Cylindrical-coordinate representation of color #6A2A71: hue angle of 294.08º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A2A71 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 42 | 113 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.56 |
| HSL | 294.08º | 0.46% | 0.3% | - |
| HSV(B) | 294.08º | 0.63% | 0.44% | - |
| XYZ | 9.75 | 5.91 | 16.25 | - |
| YUV | 69.23 | 152.7 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 42 | 113 | 0.06 | 0.63 | 0 | 0.56 | 294.08 | 0.46 | 0.3 |
| Hex | 6A | 2A | 71 | 6 | 3F | 0 | 38 | 126 | 2E | 1E |
| Octal | 152 | 52 | 161 | 6 | 77 | 0 | 70 | 446 | 56 | 36 |
| Binary | 1101010 | 101010 | 1110001 | 110 | 111111 | 0 | 111000 | 100100110 | 101110 | 11110 |
Color Harmonies of #6A2A71
Complementary color
Monochromatic Colors of #6A2A71
Black with #6A2A71
Text Example
Text Example
White with #6A2A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2A71; }
p { color: rgb(106,42,113); }
H1.HeaderClassName
{
color: #6A2A71;
}
.AnyTagClassName
{
color: #6A2A71;
}
</style>
background-color css
<style>
a { background-color: #6A2A71; }
a { background-color: rgb(106,42,113); }
div.DivClassName
{
background-color: #6A2A71;
}
.BgClassName
{
background-color: #6A2A71;
}
</style>
border-color css
<style>
span { border-color: #6A2A71; }
span { border-color: rgb(106,42,113); }
td.TdClassName
{
border-color: #6A2A71;
}
.TagClassName
{
border-color: #6A2A71;
}
</style>