Shades of Seance #6A1A76
Tints of Seance #6A1A76
RGB
CMYK
RGB Variations
Color information
#6A1A76 (or 0x6A1A76) is known color: Seance. HEX triplet: 6A, 1A and 76. RGB value is (106,26,118). Sum of RGB (Red+Green+Blue) = 106+26+118=250 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.4% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #6A1A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A1A76 is #95E589. Grayscale: #3C3C3C. Windows color (decimal): -9823626 or 7740010. OLE color: 7740010.
HSL color Cylindrical-coordinate representation of color #6A1A76: hue angle of 292.17º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A1A76 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 106 | 26 | 118 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.54 |
| HSL | 292.17º | 0.64% | 0.28% | - |
| HSV(B) | 292.17º | 0.78% | 0.46% | - |
| XYZ | 9.58 | 5.11 | 17.62 | - |
| YUV | 60.41 | 160.5 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 26 | 118 | 0.10 | 0.78 | 0 | 0.54 | 292.17 | 0.64 | 0.28 |
| Hex | 6A | 1A | 76 | A | 4E | 0 | 36 | 124 | 40 | 1C |
| Octal | 152 | 32 | 166 | 12 | 116 | 0 | 66 | 444 | 100 | 34 |
| Binary | 1101010 | 11010 | 1110110 | 1010 | 1001110 | 0 | 110110 | 100100100 | 1000000 | 11100 |
Color Harmonies of #6A1A76
Complementary color
Monochromatic Colors of #6A1A76
Black with #6A1A76
Text Example
Text Example
White with #6A1A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1A76; }
p { color: rgb(106,26,118); }
H1.HeaderClassName
{
color: #6A1A76;
}
.AnyTagClassName
{
color: #6A1A76;
}
</style>
background-color css
<style>
a { background-color: #6A1A76; }
a { background-color: rgb(106,26,118); }
div.DivClassName
{
background-color: #6A1A76;
}
.BgClassName
{
background-color: #6A1A76;
}
</style>
border-color css
<style>
span { border-color: #6A1A76; }
span { border-color: rgb(106,26,118); }
td.TdClassName
{
border-color: #6A1A76;
}
.TagClassName
{
border-color: #6A1A76;
}
</style>