Shades of Seance #6A2776
Tints of Seance #6A2776
RGB
CMYK
RGB Variations
Color information
#6A2776 (or 0x6A2776) is known color: Seance. HEX triplet: 6A, 27 and 76. RGB value is (106,39,118). Sum of RGB (Red+Green+Blue) = 106+39+118=263 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.30% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #6A2776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2776 is #95D889. Grayscale: #434343. Windows color (decimal): -9820298 or 7743338. OLE color: 7743338.
HSL color Cylindrical-coordinate representation of color #6A2776: hue angle of 290.89º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A2776 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 106 | 39 | 118 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.54 |
| HSL | 290.89º | 0.5% | 0.31% | - |
| HSV(B) | 290.89º | 0.67% | 0.46% | - |
| XYZ | 9.94 | 5.82 | 17.74 | - |
| YUV | 68.04 | 156.2 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 39 | 118 | 0.10 | 0.67 | 0 | 0.54 | 290.89 | 0.5 | 0.31 |
| Hex | 6A | 27 | 76 | A | 43 | 0 | 36 | 123 | 32 | 1F |
| Octal | 152 | 47 | 166 | 12 | 103 | 0 | 66 | 443 | 62 | 37 |
| Binary | 1101010 | 100111 | 1110110 | 1010 | 1000011 | 0 | 110110 | 100100011 | 110010 | 11111 |
Color Harmonies of #6A2776
Complementary color
Monochromatic Colors of #6A2776
Black with #6A2776
Text Example
Text Example
White with #6A2776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2776; }
p { color: rgb(106,39,118); }
H1.HeaderClassName
{
color: #6A2776;
}
.AnyTagClassName
{
color: #6A2776;
}
</style>
background-color css
<style>
a { background-color: #6A2776; }
a { background-color: rgb(106,39,118); }
div.DivClassName
{
background-color: #6A2776;
}
.BgClassName
{
background-color: #6A2776;
}
</style>
border-color css
<style>
span { border-color: #6A2776; }
span { border-color: rgb(106,39,118); }
td.TdClassName
{
border-color: #6A2776;
}
.TagClassName
{
border-color: #6A2776;
}
</style>