Shades of Seance #60146D
Tints of Seance #60146D
RGB
CMYK
RGB Variations
Color information
#60146D (or 0x60146D) is known color: Seance. HEX triplet: 60, 14 and 6D. RGB value is (96,20,109). Sum of RGB (Red+Green+Blue) = 96+20+109=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #60146D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60146D is #9FEB92. Grayscale: #343434. Windows color (decimal): -10480531 or 7148640. OLE color: 7148640.
HSL color Cylindrical-coordinate representation of color #60146D: hue angle of 291.24º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #60146D is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 20 | 109 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.57 |
| HSL | 291.24º | 0.69% | 0.25% | - |
| HSV(B) | 291.24º | 0.82% | 0.43% | - |
| XYZ | 7.83 | 4.09 | 14.84 | - |
| YUV | 52.87 | 159.68 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 109 | 0.12 | 0.82 | 0 | 0.57 | 291.24 | 0.69 | 0.25 |
| Hex | 60 | 14 | 6D | C | 52 | 0 | 39 | 123 | 45 | 19 |
| Octal | 140 | 24 | 155 | 14 | 122 | 0 | 71 | 443 | 105 | 31 |
| Binary | 1100000 | 10100 | 1101101 | 1100 | 1010010 | 0 | 111001 | 100100011 | 1000101 | 11001 |
Color Harmonies of #60146D
Complementary color
Monochromatic Colors of #60146D
Black with #60146D
Text Example
Text Example
White with #60146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60146D; }
p { color: rgb(96,20,109); }
H1.HeaderClassName
{
color: #60146D;
}
.AnyTagClassName
{
color: #60146D;
}
</style>
background-color css
<style>
a { background-color: #60146D; }
a { background-color: rgb(96,20,109); }
div.DivClassName
{
background-color: #60146D;
}
.BgClassName
{
background-color: #60146D;
}
</style>
border-color css
<style>
span { border-color: #60146D; }
span { border-color: rgb(96,20,109); }
td.TdClassName
{
border-color: #60146D;
}
.TagClassName
{
border-color: #60146D;
}
</style>