Shades of Seance #60166D
Tints of Seance #60166D
RGB
CMYK
RGB Variations
Color information
#60166D (or 0x60166D) is known color: Seance. HEX triplet: 60, 16 and 6D. RGB value is (96,22,109). Sum of RGB (Red+Green+Blue) = 96+22+109=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #60166D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60166D is #9FE992. Grayscale: #353535. Windows color (decimal): -10480019 or 7149152. OLE color: 7149152.
HSL color Cylindrical-coordinate representation of color #60166D: hue angle of 291.03º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #60166D is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 22 | 109 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.57 |
| HSL | 291.03º | 0.66% | 0.26% | - |
| HSV(B) | 291.03º | 0.8% | 0.43% | - |
| XYZ | 7.87 | 4.16 | 14.86 | - |
| YUV | 54.04 | 159.02 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 22 | 109 | 0.12 | 0.80 | 0 | 0.57 | 291.03 | 0.66 | 0.26 |
| Hex | 60 | 16 | 6D | C | 50 | 0 | 39 | 123 | 42 | 1A |
| Octal | 140 | 26 | 155 | 14 | 120 | 0 | 71 | 443 | 102 | 32 |
| Binary | 1100000 | 10110 | 1101101 | 1100 | 1010000 | 0 | 111001 | 100100011 | 1000010 | 11010 |
Color Harmonies of #60166D
Complementary color
Monochromatic Colors of #60166D
Black with #60166D
Text Example
Text Example
White with #60166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60166D; }
p { color: rgb(96,22,109); }
H1.HeaderClassName
{
color: #60166D;
}
.AnyTagClassName
{
color: #60166D;
}
</style>
background-color css
<style>
a { background-color: #60166D; }
a { background-color: rgb(96,22,109); }
div.DivClassName
{
background-color: #60166D;
}
.BgClassName
{
background-color: #60166D;
}
</style>
border-color css
<style>
span { border-color: #60166D; }
span { border-color: rgb(96,22,109); }
td.TdClassName
{
border-color: #60166D;
}
.TagClassName
{
border-color: #60166D;
}
</style>