Shades of Seance #60126C
Tints of Seance #60126C
RGB
CMYK
RGB Variations
Color information
#60126C (or 0x60126C) is known color: Seance. HEX triplet: 60, 12 and 6C. RGB value is (96,18,108). Sum of RGB (Red+Green+Blue) = 96+18+108=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #60126C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60126C is #9FED93. Grayscale: #333333. Windows color (decimal): -10481044 or 7082592. OLE color: 7082592.
HSL color Cylindrical-coordinate representation of color #60126C: hue angle of 292º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #60126C is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 18 | 108 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.58 |
| HSL | 292º | 0.71% | 0.25% | - |
| HSV(B) | 292º | 0.83% | 0.42% | - |
| XYZ | 7.75 | 4 | 14.55 | - |
| YUV | 51.58 | 159.84 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 18 | 108 | 0.11 | 0.83 | 0 | 0.58 | 292 | 0.71 | 0.25 |
| Hex | 60 | 12 | 6C | B | 53 | 0 | 3A | 124 | 47 | 19 |
| Octal | 140 | 22 | 154 | 13 | 123 | 0 | 72 | 444 | 107 | 31 |
| Binary | 1100000 | 10010 | 1101100 | 1011 | 1010011 | 0 | 111010 | 100100100 | 1000111 | 11001 |
Color Harmonies of #60126C
Complementary color
Monochromatic Colors of #60126C
Black with #60126C
Text Example
Text Example
White with #60126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60126C; }
p { color: rgb(96,18,108); }
H1.HeaderClassName
{
color: #60126C;
}
.AnyTagClassName
{
color: #60126C;
}
</style>
background-color css
<style>
a { background-color: #60126C; }
a { background-color: rgb(96,18,108); }
div.DivClassName
{
background-color: #60126C;
}
.BgClassName
{
background-color: #60126C;
}
</style>
border-color css
<style>
span { border-color: #60126C; }
span { border-color: rgb(96,18,108); }
td.TdClassName
{
border-color: #60126C;
}
.TagClassName
{
border-color: #60126C;
}
</style>