Shades of Seance #60206A
Tints of Seance #60206A
RGB
CMYK
RGB Variations
Color information
#60206A (or 0x60206A) is known color: Seance. HEX triplet: 60, 20 and 6A. RGB value is (96,32,106). Sum of RGB (Red+Green+Blue) = 96+32+106=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 106 - color contains mainly: blue. Hex color #60206A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60206A is #9FDF95. Grayscale: #3B3B3B. Windows color (decimal): -10477462 or 6955104. OLE color: 6955104.
HSL color Cylindrical-coordinate representation of color #60206A: hue angle of 291.89º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60206A is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 32 | 106 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.58 |
| HSL | 291.89º | 0.54% | 0.27% | - |
| HSV(B) | 291.89º | 0.7% | 0.42% | - |
| XYZ | 7.94 | 4.56 | 14.1 | - |
| YUV | 59.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 32 | 106 | 0.09 | 0.70 | 0 | 0.58 | 291.89 | 0.54 | 0.27 |
| Hex | 60 | 20 | 6A | 9 | 46 | 0 | 3A | 124 | 36 | 1B |
| Octal | 140 | 40 | 152 | 11 | 106 | 0 | 72 | 444 | 66 | 33 |
| Binary | 1100000 | 100000 | 1101010 | 1001 | 1000110 | 0 | 111010 | 100100100 | 110110 | 11011 |
Color Harmonies of #60206A
Complementary color
Monochromatic Colors of #60206A
Black with #60206A
Text Example
Text Example
White with #60206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60206A; }
p { color: rgb(96,32,106); }
H1.HeaderClassName
{
color: #60206A;
}
.AnyTagClassName
{
color: #60206A;
}
</style>
background-color css
<style>
a { background-color: #60206A; }
a { background-color: rgb(96,32,106); }
div.DivClassName
{
background-color: #60206A;
}
.BgClassName
{
background-color: #60206A;
}
</style>
border-color css
<style>
span { border-color: #60206A; }
span { border-color: rgb(96,32,106); }
td.TdClassName
{
border-color: #60206A;
}
.TagClassName
{
border-color: #60206A;
}
</style>