Shades of Seance #6D1976
Tints of Seance #6D1976
RGB
CMYK
RGB Variations
Color information
#6D1976 (or 0x6D1976) is known color: Seance. HEX triplet: 6D, 19 and 76. RGB value is (109,25,118). Sum of RGB (Red+Green+Blue) = 109+25+118=252 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.25% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #6D1976 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1976 is #92E689. Grayscale: #3C3C3C. Windows color (decimal): -9627274 or 7739757. OLE color: 7739757.
HSL color Cylindrical-coordinate representation of color #6D1976: hue angle of 294.19º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D1976 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 25 | 118 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.54 |
| HSL | 294.19º | 0.65% | 0.28% | - |
| HSV(B) | 294.19º | 0.79% | 0.46% | - |
| XYZ | 9.92 | 5.25 | 17.63 | - |
| YUV | 60.72 | 160.33 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 25 | 118 | 0.08 | 0.79 | 0 | 0.54 | 294.19 | 0.65 | 0.28 |
| Hex | 6D | 19 | 76 | 8 | 4F | 0 | 36 | 126 | 41 | 1C |
| Octal | 155 | 31 | 166 | 10 | 117 | 0 | 66 | 446 | 101 | 34 |
| Binary | 1101101 | 11001 | 1110110 | 1000 | 1001111 | 0 | 110110 | 100100110 | 1000001 | 11100 |
Color Harmonies of #6D1976
Complementary color
Monochromatic Colors of #6D1976
Black with #6D1976
Text Example
Text Example
White with #6D1976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1976; }
p { color: rgb(109,25,118); }
H1.HeaderClassName
{
color: #6D1976;
}
.AnyTagClassName
{
color: #6D1976;
}
</style>
background-color css
<style>
a { background-color: #6D1976; }
a { background-color: rgb(109,25,118); }
div.DivClassName
{
background-color: #6D1976;
}
.BgClassName
{
background-color: #6D1976;
}
</style>
border-color css
<style>
span { border-color: #6D1976; }
span { border-color: rgb(109,25,118); }
td.TdClassName
{
border-color: #6D1976;
}
.TagClassName
{
border-color: #6D1976;
}
</style>