Shades of Seance #6D1982
Tints of Seance #6D1982
RGB
CMYK
RGB Variations
Color information
#6D1982 (or 0x6D1982) is known color: Seance. HEX triplet: 6D, 19 and 82. RGB value is (109,25,130). Sum of RGB (Red+Green+Blue) = 109+25+130=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 130 (51.17% from 255 or 49.24% from 264); Max value from RGB is 130 - color contains mainly: blue. Hex color #6D1982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1982 is #92E67D. Grayscale: #3D3D3D. Windows color (decimal): -9627262 or 8526189. OLE color: 8526189.
HSL color Cylindrical-coordinate representation of color #6D1982: hue angle of 288º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D1982 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 25 | 130 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.49 |
| HSL | 288º | 0.68% | 0.3% | - |
| HSV(B) | 288º | 0.81% | 0.51% | - |
| XYZ | 10.68 | 5.56 | 21.63 | - |
| YUV | 62.09 | 166.33 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 25 | 130 | 0.16 | 0.81 | 0 | 0.49 | 288 | 0.68 | 0.3 |
| Hex | 6D | 19 | 82 | 10 | 51 | 0 | 31 | 120 | 44 | 1E |
| Octal | 155 | 31 | 202 | 20 | 121 | 0 | 61 | 440 | 104 | 36 |
| Binary | 1101101 | 11001 | 10000010 | 10000 | 1010001 | 0 | 110001 | 100100000 | 1000100 | 11110 |
Color Harmonies of #6D1982
Complementary color
Monochromatic Colors of #6D1982
Black with #6D1982
Text Example
Text Example
White with #6D1982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1982; }
p { color: rgb(109,25,130); }
H1.HeaderClassName
{
color: #6D1982;
}
.AnyTagClassName
{
color: #6D1982;
}
</style>
background-color css
<style>
a { background-color: #6D1982; }
a { background-color: rgb(109,25,130); }
div.DivClassName
{
background-color: #6D1982;
}
.BgClassName
{
background-color: #6D1982;
}
</style>
border-color css
<style>
span { border-color: #6D1982; }
span { border-color: rgb(109,25,130); }
td.TdClassName
{
border-color: #6D1982;
}
.TagClassName
{
border-color: #6D1982;
}
</style>