Shades of Seance #6A1778
Tints of Seance #6A1778
RGB
CMYK
RGB Variations
Color information
#6A1778 (or 0x6A1778) is known color: Seance. HEX triplet: 6A, 17 and 78. RGB value is (106,23,120). Sum of RGB (Red+Green+Blue) = 106+23+120=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 120 (47.27% from 255 or 48.19% from 249); Max value from RGB is 120 - color contains mainly: blue. Hex color #6A1778 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1778 is #95E887. Grayscale: #3A3A3A. Windows color (decimal): -9824392 or 7870314. OLE color: 7870314.
HSL color Cylindrical-coordinate representation of color #6A1778: hue angle of 291.34º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A1778 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 23 | 120 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.53 |
| HSL | 291.34º | 0.68% | 0.28% | - |
| HSV(B) | 291.34º | 0.81% | 0.47% | - |
| XYZ | 9.64 | 5.03 | 18.23 | - |
| YUV | 58.88 | 162.5 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 23 | 120 | 0.12 | 0.81 | 0 | 0.53 | 291.34 | 0.68 | 0.28 |
| Hex | 6A | 17 | 78 | C | 51 | 0 | 35 | 123 | 44 | 1C |
| Octal | 152 | 27 | 170 | 14 | 121 | 0 | 65 | 443 | 104 | 34 |
| Binary | 1101010 | 10111 | 1111000 | 1100 | 1010001 | 0 | 110101 | 100100011 | 1000100 | 11100 |
Color Harmonies of #6A1778
Complementary color
Monochromatic Colors of #6A1778
Black with #6A1778
Text Example
Text Example
White with #6A1778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1778; }
p { color: rgb(106,23,120); }
H1.HeaderClassName
{
color: #6A1778;
}
.AnyTagClassName
{
color: #6A1778;
}
</style>
background-color css
<style>
a { background-color: #6A1778; }
a { background-color: rgb(106,23,120); }
div.DivClassName
{
background-color: #6A1778;
}
.BgClassName
{
background-color: #6A1778;
}
</style>
border-color css
<style>
span { border-color: #6A1778; }
span { border-color: rgb(106,23,120); }
td.TdClassName
{
border-color: #6A1778;
}
.TagClassName
{
border-color: #6A1778;
}
</style>