Shades of Seance #6A2877
Tints of Seance #6A2877
RGB
CMYK
RGB Variations
Color information
#6A2877 (or 0x6A2877) is known color: Seance. HEX triplet: 6A, 28 and 77. RGB value is (106,40,119). Sum of RGB (Red+Green+Blue) = 106+40+119=265 (35% of max value = 765). Red value is 106 (41.80% from 255 or 40% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #6A2877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2877 is #95D788. Grayscale: #444444. Windows color (decimal): -9820041 or 7809130. OLE color: 7809130.
HSL color Cylindrical-coordinate representation of color #6A2877: hue angle of 290.13º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6A2877 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 40 | 119 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.53 |
| HSL | 290.13º | 0.5% | 0.31% | - |
| HSV(B) | 290.13º | 0.66% | 0.47% | - |
| XYZ | 10.03 | 5.91 | 18.07 | - |
| YUV | 68.74 | 156.37 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 40 | 119 | 0.11 | 0.66 | 0 | 0.53 | 290.13 | 0.5 | 0.31 |
| Hex | 6A | 28 | 77 | B | 42 | 0 | 35 | 122 | 32 | 1F |
| Octal | 152 | 50 | 167 | 13 | 102 | 0 | 65 | 442 | 62 | 37 |
| Binary | 1101010 | 101000 | 1110111 | 1011 | 1000010 | 0 | 110101 | 100100010 | 110010 | 11111 |
Color Harmonies of #6A2877
Complementary color
Monochromatic Colors of #6A2877
Black with #6A2877
Text Example
Text Example
White with #6A2877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2877; }
p { color: rgb(106,40,119); }
H1.HeaderClassName
{
color: #6A2877;
}
.AnyTagClassName
{
color: #6A2877;
}
</style>
background-color css
<style>
a { background-color: #6A2877; }
a { background-color: rgb(106,40,119); }
div.DivClassName
{
background-color: #6A2877;
}
.BgClassName
{
background-color: #6A2877;
}
</style>
border-color css
<style>
span { border-color: #6A2877; }
span { border-color: rgb(106,40,119); }
td.TdClassName
{
border-color: #6A2877;
}
.TagClassName
{
border-color: #6A2877;
}
</style>