Shades of Seance #6A1876
Tints of Seance #6A1876
RGB
CMYK
RGB Variations
Color information
#6A1876 (or 0x6A1876) is known color: Seance. HEX triplet: 6A, 18 and 76. RGB value is (106,24,118). Sum of RGB (Red+Green+Blue) = 106+24+118=248 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.74% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #6A1876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1876 is #95E789. Grayscale: #3A3A3A. Windows color (decimal): -9824138 or 7739498. OLE color: 7739498.
HSL color Cylindrical-coordinate representation of color #6A1876: hue angle of 292.34º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A1876 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 106 | 24 | 118 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.54 |
| HSL | 292.34º | 0.66% | 0.28% | - |
| HSV(B) | 292.34º | 0.8% | 0.46% | - |
| XYZ | 9.54 | 5.03 | 17.61 | - |
| YUV | 59.23 | 161.17 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 24 | 118 | 0.10 | 0.80 | 0 | 0.54 | 292.34 | 0.66 | 0.28 |
| Hex | 6A | 18 | 76 | A | 50 | 0 | 36 | 124 | 42 | 1C |
| Octal | 152 | 30 | 166 | 12 | 120 | 0 | 66 | 444 | 102 | 34 |
| Binary | 1101010 | 11000 | 1110110 | 1010 | 1010000 | 0 | 110110 | 100100100 | 1000010 | 11100 |
Color Harmonies of #6A1876
Complementary color
Monochromatic Colors of #6A1876
Black with #6A1876
Text Example
Text Example
White with #6A1876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1876; }
p { color: rgb(106,24,118); }
H1.HeaderClassName
{
color: #6A1876;
}
.AnyTagClassName
{
color: #6A1876;
}
</style>
background-color css
<style>
a { background-color: #6A1876; }
a { background-color: rgb(106,24,118); }
div.DivClassName
{
background-color: #6A1876;
}
.BgClassName
{
background-color: #6A1876;
}
</style>
border-color css
<style>
span { border-color: #6A1876; }
span { border-color: rgb(106,24,118); }
td.TdClassName
{
border-color: #6A1876;
}
.TagClassName
{
border-color: #6A1876;
}
</style>