Shades of Seance #60415F
Tints of Seance #60415F
RGB
CMYK
RGB Variations
Color information
#60415F (or 0x60415F) is known color: Seance. HEX triplet: 60, 41 and 5F. RGB value is (96,65,95). Sum of RGB (Red+Green+Blue) = 96+65+95=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 96 - color contains mainly: red. Hex color #60415F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60415F is #9FBEA0. Grayscale: #4D4D4D. Windows color (decimal): -10469025 or 6242656. OLE color: 6242656.
HSL color Cylindrical-coordinate representation of color #60415F: hue angle of 301.94º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60415F is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 65 | 95 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.62 |
| HSL | 301.94º | 0.19% | 0.32% | - |
| HSV(B) | 301.94º | 0.32% | 0.38% | - |
| XYZ | 8.78 | 7.09 | 11.73 | - |
| YUV | 77.69 | 137.77 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 95 | 0 | 0.32 | 0.01 | 0.62 | 301.94 | 0.19 | 0.32 |
| Hex | 60 | 41 | 5F | 0 | 20 | 1 | 3E | 12E | 13 | 20 |
| Octal | 140 | 101 | 137 | 0 | 40 | 1 | 76 | 456 | 23 | 40 |
| Binary | 1100000 | 1000001 | 1011111 | 0 | 100000 | 1 | 111110 | 100101110 | 10011 | 100000 |
Color Harmonies of #60415F
Complementary color
Monochromatic Colors of #60415F
Black with #60415F
Text Example
Text Example
White with #60415F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60415F; }
p { color: rgb(96,65,95); }
H1.HeaderClassName
{
color: #60415F;
}
.AnyTagClassName
{
color: #60415F;
}
</style>
background-color css
<style>
a { background-color: #60415F; }
a { background-color: rgb(96,65,95); }
div.DivClassName
{
background-color: #60415F;
}
.BgClassName
{
background-color: #60415F;
}
</style>
border-color css
<style>
span { border-color: #60415F; }
span { border-color: rgb(96,65,95); }
td.TdClassName
{
border-color: #60415F;
}
.TagClassName
{
border-color: #60415F;
}
</style>