Shades of Seance #6A2879
Tints of Seance #6A2879
RGB
CMYK
RGB Variations
Color information
#6A2879 (or 0x6A2879) is known color: Seance. HEX triplet: 6A, 28 and 79. RGB value is (106,40,121). Sum of RGB (Red+Green+Blue) = 106+40+121=267 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.70% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 121 - color contains mainly: blue. Hex color #6A2879 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2879 is #95D786. Grayscale: #444444. Windows color (decimal): -9820039 or 7940202. OLE color: 7940202.
HSL color Cylindrical-coordinate representation of color #6A2879: hue angle of 288.89º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A2879 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 40 | 121 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.53 |
| HSL | 288.89º | 0.5% | 0.32% | - |
| HSV(B) | 288.89º | 0.67% | 0.47% | - |
| XYZ | 10.15 | 5.96 | 18.7 | - |
| YUV | 68.97 | 157.37 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 40 | 121 | 0.12 | 0.67 | 0 | 0.53 | 288.89 | 0.5 | 0.32 |
| Hex | 6A | 28 | 79 | C | 43 | 0 | 35 | 121 | 32 | 20 |
| Octal | 152 | 50 | 171 | 14 | 103 | 0 | 65 | 441 | 62 | 40 |
| Binary | 1101010 | 101000 | 1111001 | 1100 | 1000011 | 0 | 110101 | 100100001 | 110010 | 100000 |
Color Harmonies of #6A2879
Complementary color
Monochromatic Colors of #6A2879
Black with #6A2879
Text Example
Text Example
White with #6A2879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2879; }
p { color: rgb(106,40,121); }
H1.HeaderClassName
{
color: #6A2879;
}
.AnyTagClassName
{
color: #6A2879;
}
</style>
background-color css
<style>
a { background-color: #6A2879; }
a { background-color: rgb(106,40,121); }
div.DivClassName
{
background-color: #6A2879;
}
.BgClassName
{
background-color: #6A2879;
}
</style>
border-color css
<style>
span { border-color: #6A2879; }
span { border-color: rgb(106,40,121); }
td.TdClassName
{
border-color: #6A2879;
}
.TagClassName
{
border-color: #6A2879;
}
</style>