Shades of Seance #6A2178
Tints of Seance #6A2178
RGB
CMYK
RGB Variations
Color information
#6A2178 (or 0x6A2178) is known color: Seance. HEX triplet: 6A, 21 and 78. RGB value is (106,33,120). Sum of RGB (Red+Green+Blue) = 106+33+120=259 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.93% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #6A2178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2178 is #95DE87. Grayscale: #404040. Windows color (decimal): -9821832 or 7872874. OLE color: 7872874.
HSL color Cylindrical-coordinate representation of color #6A2178: hue angle of 290.34º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A2178 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 33 | 120 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.53 |
| HSL | 290.34º | 0.57% | 0.3% | - |
| HSV(B) | 290.34º | 0.73% | 0.47% | - |
| XYZ | 9.88 | 5.51 | 18.31 | - |
| YUV | 64.75 | 159.18 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 33 | 120 | 0.12 | 0.72 | 0 | 0.53 | 290.34 | 0.57 | 0.3 |
| Hex | 6A | 21 | 78 | C | 48 | 0 | 35 | 122 | 39 | 1E |
| Octal | 152 | 41 | 170 | 14 | 110 | 0 | 65 | 442 | 71 | 36 |
| Binary | 1101010 | 100001 | 1111000 | 1100 | 1001000 | 0 | 110101 | 100100010 | 111001 | 11110 |
Color Harmonies of #6A2178
Complementary color
Monochromatic Colors of #6A2178
Black with #6A2178
Text Example
Text Example
White with #6A2178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2178; }
p { color: rgb(106,33,120); }
H1.HeaderClassName
{
color: #6A2178;
}
.AnyTagClassName
{
color: #6A2178;
}
</style>
background-color css
<style>
a { background-color: #6A2178; }
a { background-color: rgb(106,33,120); }
div.DivClassName
{
background-color: #6A2178;
}
.BgClassName
{
background-color: #6A2178;
}
</style>
border-color css
<style>
span { border-color: #6A2178; }
span { border-color: rgb(106,33,120); }
td.TdClassName
{
border-color: #6A2178;
}
.TagClassName
{
border-color: #6A2178;
}
</style>