Shades of Seance #6A2071
Tints of Seance #6A2071
RGB
CMYK
RGB Variations
Color information
#6A2071 (or 0x6A2071) is known color: Seance. HEX triplet: 6A, 20 and 71. RGB value is (106,32,113). Sum of RGB (Red+Green+Blue) = 106+32+113=251 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.23% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #6A2071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2071 is #95DF8E. Grayscale: #3F3F3F. Windows color (decimal): -9822095 or 7413866. OLE color: 7413866.
HSL color Cylindrical-coordinate representation of color #6A2071: hue angle of 294.81º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A2071 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 32 | 113 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.56 |
| HSL | 294.81º | 0.56% | 0.28% | - |
| HSV(B) | 294.81º | 0.72% | 0.44% | - |
| XYZ | 9.44 | 5.29 | 16.15 | - |
| YUV | 63.36 | 156.02 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 32 | 113 | 0.06 | 0.72 | 0 | 0.56 | 294.81 | 0.56 | 0.28 |
| Hex | 6A | 20 | 71 | 6 | 48 | 0 | 38 | 127 | 38 | 1C |
| Octal | 152 | 40 | 161 | 6 | 110 | 0 | 70 | 447 | 70 | 34 |
| Binary | 1101010 | 100000 | 1110001 | 110 | 1001000 | 0 | 111000 | 100100111 | 111000 | 11100 |
Color Harmonies of #6A2071
Complementary color
Monochromatic Colors of #6A2071
Black with #6A2071
Text Example
Text Example
White with #6A2071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2071; }
p { color: rgb(106,32,113); }
H1.HeaderClassName
{
color: #6A2071;
}
.AnyTagClassName
{
color: #6A2071;
}
</style>
background-color css
<style>
a { background-color: #6A2071; }
a { background-color: rgb(106,32,113); }
div.DivClassName
{
background-color: #6A2071;
}
.BgClassName
{
background-color: #6A2071;
}
</style>
border-color css
<style>
span { border-color: #6A2071; }
span { border-color: rgb(106,32,113); }
td.TdClassName
{
border-color: #6A2071;
}
.TagClassName
{
border-color: #6A2071;
}
</style>