Shades of Seance #6D2081
Tints of Seance #6D2081
RGB
CMYK
RGB Variations
Color information
#6D2081 (or 0x6D2081) is known color: Seance. HEX triplet: 6D, 20 and 81. RGB value is (109,32,129). Sum of RGB (Red+Green+Blue) = 109+32+129=270 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.37% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 129 - color contains mainly: blue. Hex color #6D2081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2081 is #92DF7E. Grayscale: #414141. Windows color (decimal): -9625471 or 8462445. OLE color: 8462445.
HSL color Cylindrical-coordinate representation of color #6D2081: hue angle of 287.63º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D2081 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 32 | 129 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.49 |
| HSL | 287.63º | 0.6% | 0.32% | - |
| HSV(B) | 287.63º | 0.75% | 0.51% | - |
| XYZ | 10.79 | 5.87 | 21.33 | - |
| YUV | 66.08 | 163.51 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 32 | 129 | 0.16 | 0.75 | 0 | 0.49 | 287.63 | 0.6 | 0.32 |
| Hex | 6D | 20 | 81 | 10 | 4B | 0 | 31 | 120 | 3C | 20 |
| Octal | 155 | 40 | 201 | 20 | 113 | 0 | 61 | 440 | 74 | 40 |
| Binary | 1101101 | 100000 | 10000001 | 10000 | 1001011 | 0 | 110001 | 100100000 | 111100 | 100000 |
Color Harmonies of #6D2081
Complementary color
Monochromatic Colors of #6D2081
Black with #6D2081
Text Example
Text Example
White with #6D2081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2081; }
p { color: rgb(109,32,129); }
H1.HeaderClassName
{
color: #6D2081;
}
.AnyTagClassName
{
color: #6D2081;
}
</style>
background-color css
<style>
a { background-color: #6D2081; }
a { background-color: rgb(109,32,129); }
div.DivClassName
{
background-color: #6D2081;
}
.BgClassName
{
background-color: #6D2081;
}
</style>
border-color css
<style>
span { border-color: #6D2081; }
span { border-color: rgb(109,32,129); }
td.TdClassName
{
border-color: #6D2081;
}
.TagClassName
{
border-color: #6D2081;
}
</style>