Shades of Seance #60156D
Tints of Seance #60156D
RGB
CMYK
RGB Variations
Color information
#60156D (or 0x60156D) is known color: Seance. HEX triplet: 60, 15 and 6D. RGB value is (96,21,109). Sum of RGB (Red+Green+Blue) = 96+21+109=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #60156D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60156D is #9FEA92. Grayscale: #353535. Windows color (decimal): -10480275 or 7148896. OLE color: 7148896.
HSL color Cylindrical-coordinate representation of color #60156D: hue angle of 291.14º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #60156D is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 21 | 109 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.57 |
| HSL | 291.14º | 0.68% | 0.25% | - |
| HSV(B) | 291.14º | 0.81% | 0.43% | - |
| XYZ | 7.85 | 4.13 | 14.85 | - |
| YUV | 53.46 | 159.35 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 21 | 109 | 0.12 | 0.81 | 0 | 0.57 | 291.14 | 0.68 | 0.25 |
| Hex | 60 | 15 | 6D | C | 51 | 0 | 39 | 123 | 44 | 19 |
| Octal | 140 | 25 | 155 | 14 | 121 | 0 | 71 | 443 | 104 | 31 |
| Binary | 1100000 | 10101 | 1101101 | 1100 | 1010001 | 0 | 111001 | 100100011 | 1000100 | 11001 |
Color Harmonies of #60156D
Complementary color
Monochromatic Colors of #60156D
Black with #60156D
Text Example
Text Example
White with #60156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60156D; }
p { color: rgb(96,21,109); }
H1.HeaderClassName
{
color: #60156D;
}
.AnyTagClassName
{
color: #60156D;
}
</style>
background-color css
<style>
a { background-color: #60156D; }
a { background-color: rgb(96,21,109); }
div.DivClassName
{
background-color: #60156D;
}
.BgClassName
{
background-color: #60156D;
}
</style>
border-color css
<style>
span { border-color: #60156D; }
span { border-color: rgb(96,21,109); }
td.TdClassName
{
border-color: #60156D;
}
.TagClassName
{
border-color: #60156D;
}
</style>