Shades of Seance #6D207B
Tints of Seance #6D207B
RGB
CMYK
RGB Variations
Color information
#6D207B (or 0x6D207B) is known color: Seance. HEX triplet: 6D, 20 and 7B. RGB value is (109,32,123). Sum of RGB (Red+Green+Blue) = 109+32+123=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D207B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D207B is #92DF84. Grayscale: #414141. Windows color (decimal): -9625477 or 8069229. OLE color: 8069229.
HSL color Cylindrical-coordinate representation of color #6D207B: hue angle of 290.77º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D207B is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 109 | 32 | 123 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.52 |
| HSL | 290.77º | 0.59% | 0.3% | - |
| HSV(B) | 290.77º | 0.74% | 0.48% | - |
| XYZ | 10.4 | 5.71 | 19.29 | - |
| YUV | 65.4 | 160.51 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 32 | 123 | 0.11 | 0.74 | 0 | 0.52 | 290.77 | 0.59 | 0.3 |
| Hex | 6D | 20 | 7B | B | 4A | 0 | 34 | 123 | 3B | 1E |
| Octal | 155 | 40 | 173 | 13 | 112 | 0 | 64 | 443 | 73 | 36 |
| Binary | 1101101 | 100000 | 1111011 | 1011 | 1001010 | 0 | 110100 | 100100011 | 111011 | 11110 |
Color Harmonies of #6D207B
Complementary color
Monochromatic Colors of #6D207B
Black with #6D207B
Text Example
Text Example
White with #6D207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D207B; }
p { color: rgb(109,32,123); }
H1.HeaderClassName
{
color: #6D207B;
}
.AnyTagClassName
{
color: #6D207B;
}
</style>
background-color css
<style>
a { background-color: #6D207B; }
a { background-color: rgb(109,32,123); }
div.DivClassName
{
background-color: #6D207B;
}
.BgClassName
{
background-color: #6D207B;
}
</style>
border-color css
<style>
span { border-color: #6D207B; }
span { border-color: rgb(109,32,123); }
td.TdClassName
{
border-color: #6D207B;
}
.TagClassName
{
border-color: #6D207B;
}
</style>