Shades of Seance #68207C
Tints of Seance #68207C
RGB
CMYK
RGB Variations
Color information
#68207C (or 0x68207C) is known color: Seance. HEX triplet: 68, 20 and 7C. RGB value is (104,32,124). Sum of RGB (Red+Green+Blue) = 104+32+124=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #68207C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68207C is #97DF83. Grayscale: #3F3F3F. Windows color (decimal): -9953156 or 8134760. OLE color: 8134760.
HSL color Cylindrical-coordinate representation of color #68207C: hue angle of 286.96º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68207C is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 32 | 124 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.51 |
| HSL | 286.96º | 0.59% | 0.31% | - |
| HSV(B) | 286.96º | 0.74% | 0.49% | - |
| XYZ | 9.86 | 5.43 | 19.6 | - |
| YUV | 64.02 | 161.85 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 32 | 124 | 0.16 | 0.74 | 0 | 0.51 | 286.96 | 0.59 | 0.31 |
| Hex | 68 | 20 | 7C | 10 | 4A | 0 | 33 | 11F | 3B | 1F |
| Octal | 150 | 40 | 174 | 20 | 112 | 0 | 63 | 437 | 73 | 37 |
| Binary | 1101000 | 100000 | 1111100 | 10000 | 1001010 | 0 | 110011 | 100011111 | 111011 | 11111 |
Color Harmonies of #68207C
Complementary color
Monochromatic Colors of #68207C
Black with #68207C
Text Example
Text Example
White with #68207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68207C; }
p { color: rgb(104,32,124); }
H1.HeaderClassName
{
color: #68207C;
}
.AnyTagClassName
{
color: #68207C;
}
</style>
background-color css
<style>
a { background-color: #68207C; }
a { background-color: rgb(104,32,124); }
div.DivClassName
{
background-color: #68207C;
}
.BgClassName
{
background-color: #68207C;
}
</style>
border-color css
<style>
span { border-color: #68207C; }
span { border-color: rgb(104,32,124); }
td.TdClassName
{
border-color: #68207C;
}
.TagClassName
{
border-color: #68207C;
}
</style>