Shades of Seance #60286C
Tints of Seance #60286C
RGB
CMYK
RGB Variations
Color information
#60286C (or 0x60286C) is known color: Seance. HEX triplet: 60, 28 and 6C. RGB value is (96,40,108). Sum of RGB (Red+Green+Blue) = 96+40+108=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #60286C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60286C is #9FD793. Grayscale: #404040. Windows color (decimal): -10475412 or 7088224. OLE color: 7088224.
HSL color Cylindrical-coordinate representation of color #60286C: hue angle of 289.41º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #60286C is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 40 | 108 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.58 |
| HSL | 289.41º | 0.46% | 0.29% | - |
| HSV(B) | 289.41º | 0.63% | 0.42% | - |
| XYZ | 8.29 | 5.09 | 14.73 | - |
| YUV | 64.5 | 152.55 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 40 | 108 | 0.11 | 0.63 | 0 | 0.58 | 289.41 | 0.46 | 0.29 |
| Hex | 60 | 28 | 6C | B | 3F | 0 | 3A | 121 | 2E | 1D |
| Octal | 140 | 50 | 154 | 13 | 77 | 0 | 72 | 441 | 56 | 35 |
| Binary | 1100000 | 101000 | 1101100 | 1011 | 111111 | 0 | 111010 | 100100001 | 101110 | 11101 |
Color Harmonies of #60286C
Complementary color
Monochromatic Colors of #60286C
Black with #60286C
Text Example
Text Example
White with #60286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60286C; }
p { color: rgb(96,40,108); }
H1.HeaderClassName
{
color: #60286C;
}
.AnyTagClassName
{
color: #60286C;
}
</style>
background-color css
<style>
a { background-color: #60286C; }
a { background-color: rgb(96,40,108); }
div.DivClassName
{
background-color: #60286C;
}
.BgClassName
{
background-color: #60286C;
}
</style>
border-color css
<style>
span { border-color: #60286C; }
span { border-color: rgb(96,40,108); }
td.TdClassName
{
border-color: #60286C;
}
.TagClassName
{
border-color: #60286C;
}
</style>