Shades of Seance #68216D
Tints of Seance #68216D
RGB
CMYK
RGB Variations
Color information
#68216D (or 0x68216D) is known color: Seance. HEX triplet: 68, 21 and 6D. RGB value is (104,33,109). Sum of RGB (Red+Green+Blue) = 104+33+109=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 109 - color contains mainly: blue. Hex color #68216D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68216D is #97DE92. Grayscale: #3E3E3E. Windows color (decimal): -9952915 or 7151976. OLE color: 7151976.
HSL color Cylindrical-coordinate representation of color #68216D: hue angle of 296.05º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68216D is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 33 | 109 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.57 |
| HSL | 296.05º | 0.54% | 0.28% | - |
| HSV(B) | 296.05º | 0.7% | 0.43% | - |
| XYZ | 9.01 | 5.13 | 14.98 | - |
| YUV | 62.89 | 154.02 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 109 | 0.05 | 0.70 | 0 | 0.57 | 296.05 | 0.54 | 0.28 |
| Hex | 68 | 21 | 6D | 5 | 46 | 0 | 39 | 128 | 36 | 1C |
| Octal | 150 | 41 | 155 | 5 | 106 | 0 | 71 | 450 | 66 | 34 |
| Binary | 1101000 | 100001 | 1101101 | 101 | 1000110 | 0 | 111001 | 100101000 | 110110 | 11100 |
Color Harmonies of #68216D
Complementary color
Monochromatic Colors of #68216D
Black with #68216D
Text Example
Text Example
White with #68216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68216D; }
p { color: rgb(104,33,109); }
H1.HeaderClassName
{
color: #68216D;
}
.AnyTagClassName
{
color: #68216D;
}
</style>
background-color css
<style>
a { background-color: #68216D; }
a { background-color: rgb(104,33,109); }
div.DivClassName
{
background-color: #68216D;
}
.BgClassName
{
background-color: #68216D;
}
</style>
border-color css
<style>
span { border-color: #68216D; }
span { border-color: rgb(104,33,109); }
td.TdClassName
{
border-color: #68216D;
}
.TagClassName
{
border-color: #68216D;
}
</style>