Shades of Seance #60196B
Tints of Seance #60196B
RGB
CMYK
RGB Variations
Color information
#60196B (or 0x60196B) is known color: Seance. HEX triplet: 60, 19 and 6B. RGB value is (96,25,107). Sum of RGB (Red+Green+Blue) = 96+25+107=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #60196B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60196B is #9FE694. Grayscale: #373737. Windows color (decimal): -10479253 or 7018848. OLE color: 7018848.
HSL color Cylindrical-coordinate representation of color #60196B: hue angle of 291.95º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #60196B is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 25 | 107 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.58 |
| HSL | 291.95º | 0.62% | 0.26% | - |
| HSV(B) | 291.95º | 0.77% | 0.42% | - |
| XYZ | 7.83 | 4.24 | 14.32 | - |
| YUV | 55.58 | 157.02 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 107 | 0.10 | 0.77 | 0 | 0.58 | 291.95 | 0.62 | 0.26 |
| Hex | 60 | 19 | 6B | A | 4D | 0 | 3A | 124 | 3E | 1A |
| Octal | 140 | 31 | 153 | 12 | 115 | 0 | 72 | 444 | 76 | 32 |
| Binary | 1100000 | 11001 | 1101011 | 1010 | 1001101 | 0 | 111010 | 100100100 | 111110 | 11010 |
Color Harmonies of #60196B
Complementary color
Monochromatic Colors of #60196B
Black with #60196B
Text Example
Text Example
White with #60196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60196B; }
p { color: rgb(96,25,107); }
H1.HeaderClassName
{
color: #60196B;
}
.AnyTagClassName
{
color: #60196B;
}
</style>
background-color css
<style>
a { background-color: #60196B; }
a { background-color: rgb(96,25,107); }
div.DivClassName
{
background-color: #60196B;
}
.BgClassName
{
background-color: #60196B;
}
</style>
border-color css
<style>
span { border-color: #60196B; }
span { border-color: rgb(96,25,107); }
td.TdClassName
{
border-color: #60196B;
}
.TagClassName
{
border-color: #60196B;
}
</style>