Shades of Seance #68207E
Tints of Seance #68207E
RGB
CMYK
RGB Variations
Color information
#68207E (or 0x68207E) is known color: Seance. HEX triplet: 68, 20 and 7E. RGB value is (104,32,126). Sum of RGB (Red+Green+Blue) = 104+32+126=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 126 (49.61% from 255 or 48.09% from 262); Max value from RGB is 126 - color contains mainly: blue. Hex color #68207E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68207E is #97DF81. Grayscale: #3F3F3F. Windows color (decimal): -9953154 or 8265832. OLE color: 8265832.
HSL color Cylindrical-coordinate representation of color #68207E: hue angle of 285.96º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68207E is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 32 | 126 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.51 |
| HSL | 285.96º | 0.59% | 0.31% | - |
| HSV(B) | 285.96º | 0.75% | 0.49% | - |
| XYZ | 9.99 | 5.48 | 20.27 | - |
| YUV | 64.24 | 162.85 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 32 | 126 | 0.17 | 0.75 | 0 | 0.51 | 285.96 | 0.59 | 0.31 |
| Hex | 68 | 20 | 7E | 11 | 4B | 0 | 33 | 11E | 3B | 1F |
| Octal | 150 | 40 | 176 | 21 | 113 | 0 | 63 | 436 | 73 | 37 |
| Binary | 1101000 | 100000 | 1111110 | 10001 | 1001011 | 0 | 110011 | 100011110 | 111011 | 11111 |
Color Harmonies of #68207E
Complementary color
Monochromatic Colors of #68207E
Black with #68207E
Text Example
Text Example
White with #68207E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68207E; }
p { color: rgb(104,32,126); }
H1.HeaderClassName
{
color: #68207E;
}
.AnyTagClassName
{
color: #68207E;
}
</style>
background-color css
<style>
a { background-color: #68207E; }
a { background-color: rgb(104,32,126); }
div.DivClassName
{
background-color: #68207E;
}
.BgClassName
{
background-color: #68207E;
}
</style>
border-color css
<style>
span { border-color: #68207E; }
span { border-color: rgb(104,32,126); }
td.TdClassName
{
border-color: #68207E;
}
.TagClassName
{
border-color: #68207E;
}
</style>