Shades of Seance #68206D
Tints of Seance #68206D
RGB
CMYK
RGB Variations
Color information
#68206D (or 0x68206D) is known color: Seance. HEX triplet: 68, 20 and 6D. RGB value is (104,32,109). Sum of RGB (Red+Green+Blue) = 104+32+109=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 109 - color contains mainly: blue. Hex color #68206D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68206D is #97DF92. Grayscale: #3E3E3E. Windows color (decimal): -9953171 or 7151720. OLE color: 7151720.
HSL color Cylindrical-coordinate representation of color #68206D: hue angle of 296.1º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68206D is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 32 | 109 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.57 |
| HSL | 296.1º | 0.55% | 0.28% | - |
| HSV(B) | 296.1º | 0.71% | 0.43% | - |
| XYZ | 8.99 | 5.08 | 14.97 | - |
| YUV | 62.31 | 154.35 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 32 | 109 | 0.05 | 0.71 | 0 | 0.57 | 296.1 | 0.55 | 0.28 |
| Hex | 68 | 20 | 6D | 5 | 47 | 0 | 39 | 128 | 37 | 1C |
| Octal | 150 | 40 | 155 | 5 | 107 | 0 | 71 | 450 | 67 | 34 |
| Binary | 1101000 | 100000 | 1101101 | 101 | 1000111 | 0 | 111001 | 100101000 | 110111 | 11100 |
Color Harmonies of #68206D
Complementary color
Monochromatic Colors of #68206D
Black with #68206D
Text Example
Text Example
White with #68206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68206D; }
p { color: rgb(104,32,109); }
H1.HeaderClassName
{
color: #68206D;
}
.AnyTagClassName
{
color: #68206D;
}
</style>
background-color css
<style>
a { background-color: #68206D; }
a { background-color: rgb(104,32,109); }
div.DivClassName
{
background-color: #68206D;
}
.BgClassName
{
background-color: #68206D;
}
</style>
border-color css
<style>
span { border-color: #68206D; }
span { border-color: rgb(104,32,109); }
td.TdClassName
{
border-color: #68206D;
}
.TagClassName
{
border-color: #68206D;
}
</style>