Shades of Seance #60106D
Tints of Seance #60106D
RGB
CMYK
RGB Variations
Color information
#60106D (or 0x60106D) is known color: Seance. HEX triplet: 60, 10 and 6D. RGB value is (96,16,109). Sum of RGB (Red+Green+Blue) = 96+16+109=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #60106D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60106D is #9FEF92. Grayscale: #323232. Windows color (decimal): -10481555 or 7147616. OLE color: 7147616.
HSL color Cylindrical-coordinate representation of color #60106D: hue angle of 291.61º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #60106D is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 16 | 109 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.57 |
| HSL | 291.61º | 0.74% | 0.25% | - |
| HSV(B) | 291.61º | 0.85% | 0.43% | - |
| XYZ | 7.77 | 3.96 | 14.82 | - |
| YUV | 50.52 | 161 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 16 | 109 | 0.12 | 0.85 | 0 | 0.57 | 291.61 | 0.74 | 0.25 |
| Hex | 60 | 10 | 6D | C | 55 | 0 | 39 | 124 | 4A | 19 |
| Octal | 140 | 20 | 155 | 14 | 125 | 0 | 71 | 444 | 112 | 31 |
| Binary | 1100000 | 10000 | 1101101 | 1100 | 1010101 | 0 | 111001 | 100100100 | 1001010 | 11001 |
Color Harmonies of #60106D
Complementary color
Monochromatic Colors of #60106D
Black with #60106D
Text Example
Text Example
White with #60106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60106D; }
p { color: rgb(96,16,109); }
H1.HeaderClassName
{
color: #60106D;
}
.AnyTagClassName
{
color: #60106D;
}
</style>
background-color css
<style>
a { background-color: #60106D; }
a { background-color: rgb(96,16,109); }
div.DivClassName
{
background-color: #60106D;
}
.BgClassName
{
background-color: #60106D;
}
</style>
border-color css
<style>
span { border-color: #60106D; }
span { border-color: rgb(96,16,109); }
td.TdClassName
{
border-color: #60106D;
}
.TagClassName
{
border-color: #60106D;
}
</style>