Shades of Seance #68197C
Tints of Seance #68197C
RGB
CMYK
RGB Variations
Color information
#68197C (or 0x68197C) is known color: Seance. HEX triplet: 68, 19 and 7C. RGB value is (104,25,124). Sum of RGB (Red+Green+Blue) = 104+25+124=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #68197C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68197C is #97E683. Grayscale: #3B3B3B. Windows color (decimal): -9954948 or 8132968. OLE color: 8132968.
HSL color Cylindrical-coordinate representation of color #68197C: hue angle of 287.88º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68197C is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 25 | 124 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.51 |
| HSL | 287.88º | 0.66% | 0.29% | - |
| HSV(B) | 287.88º | 0.8% | 0.49% | - |
| XYZ | 9.69 | 5.09 | 19.54 | - |
| YUV | 59.91 | 164.17 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 25 | 124 | 0.16 | 0.80 | 0 | 0.51 | 287.88 | 0.66 | 0.29 |
| Hex | 68 | 19 | 7C | 10 | 50 | 0 | 33 | 120 | 42 | 1D |
| Octal | 150 | 31 | 174 | 20 | 120 | 0 | 63 | 440 | 102 | 35 |
| Binary | 1101000 | 11001 | 1111100 | 10000 | 1010000 | 0 | 110011 | 100100000 | 1000010 | 11101 |
Color Harmonies of #68197C
Complementary color
Monochromatic Colors of #68197C
Black with #68197C
Text Example
Text Example
White with #68197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68197C; }
p { color: rgb(104,25,124); }
H1.HeaderClassName
{
color: #68197C;
}
.AnyTagClassName
{
color: #68197C;
}
</style>
background-color css
<style>
a { background-color: #68197C; }
a { background-color: rgb(104,25,124); }
div.DivClassName
{
background-color: #68197C;
}
.BgClassName
{
background-color: #68197C;
}
</style>
border-color css
<style>
span { border-color: #68197C; }
span { border-color: rgb(104,25,124); }
td.TdClassName
{
border-color: #68197C;
}
.TagClassName
{
border-color: #68197C;
}
</style>