Shades of Seance #68196D
Tints of Seance #68196D
RGB
CMYK
RGB Variations
Color information
#68196D (or 0x68196D) is known color: Seance. HEX triplet: 68, 19 and 6D. RGB value is (104,25,109). Sum of RGB (Red+Green+Blue) = 104+25+109=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #68196D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68196D is #97E692. Grayscale: #393939. Windows color (decimal): -9954963 or 7149928. OLE color: 7149928.
HSL color Cylindrical-coordinate representation of color #68196D: hue angle of 296.43º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68196D is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 25 | 109 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.57 |
| HSL | 296.43º | 0.63% | 0.26% | - |
| HSV(B) | 296.43º | 0.77% | 0.43% | - |
| XYZ | 8.82 | 4.74 | 14.92 | - |
| YUV | 58.2 | 156.67 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 25 | 109 | 0.05 | 0.77 | 0 | 0.57 | 296.43 | 0.63 | 0.26 |
| Hex | 68 | 19 | 6D | 5 | 4D | 0 | 39 | 128 | 3F | 1A |
| Octal | 150 | 31 | 155 | 5 | 115 | 0 | 71 | 450 | 77 | 32 |
| Binary | 1101000 | 11001 | 1101101 | 101 | 1001101 | 0 | 111001 | 100101000 | 111111 | 11010 |
Color Harmonies of #68196D
Complementary color
Monochromatic Colors of #68196D
Black with #68196D
Text Example
Text Example
White with #68196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68196D; }
p { color: rgb(104,25,109); }
H1.HeaderClassName
{
color: #68196D;
}
.AnyTagClassName
{
color: #68196D;
}
</style>
background-color css
<style>
a { background-color: #68196D; }
a { background-color: rgb(104,25,109); }
div.DivClassName
{
background-color: #68196D;
}
.BgClassName
{
background-color: #68196D;
}
</style>
border-color css
<style>
span { border-color: #68196D; }
span { border-color: rgb(104,25,109); }
td.TdClassName
{
border-color: #68196D;
}
.TagClassName
{
border-color: #68196D;
}
</style>