Shades of Seance #60405F
Tints of Seance #60405F
RGB
CMYK
RGB Variations
Color information
#60405F (or 0x60405F) is known color: Seance. HEX triplet: 60, 40 and 5F. RGB value is (96,64,95). Sum of RGB (Red+Green+Blue) = 96+64+95=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 96 - color contains mainly: red. Hex color #60405F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60405F is #9FBFA0. Grayscale: #4D4D4D. Windows color (decimal): -10469281 or 6242400. OLE color: 6242400.
HSL color Cylindrical-coordinate representation of color #60405F: hue angle of 301.88º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60405F is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 64 | 95 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.62 |
| HSL | 301.88º | 0.2% | 0.31% | - |
| HSV(B) | 301.88º | 0.33% | 0.38% | - |
| XYZ | 8.72 | 6.98 | 11.71 | - |
| YUV | 77.1 | 138.1 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 64 | 95 | 0 | 0.33 | 0.01 | 0.62 | 301.88 | 0.2 | 0.31 |
| Hex | 60 | 40 | 5F | 0 | 21 | 1 | 3E | 12E | 14 | 1F |
| Octal | 140 | 100 | 137 | 0 | 41 | 1 | 76 | 456 | 24 | 37 |
| Binary | 1100000 | 1000000 | 1011111 | 0 | 100001 | 1 | 111110 | 100101110 | 10100 | 11111 |
Color Harmonies of #60405F
Complementary color
Monochromatic Colors of #60405F
Black with #60405F
Text Example
Text Example
White with #60405F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60405F; }
p { color: rgb(96,64,95); }
H1.HeaderClassName
{
color: #60405F;
}
.AnyTagClassName
{
color: #60405F;
}
</style>
background-color css
<style>
a { background-color: #60405F; }
a { background-color: rgb(96,64,95); }
div.DivClassName
{
background-color: #60405F;
}
.BgClassName
{
background-color: #60405F;
}
</style>
border-color css
<style>
span { border-color: #60405F; }
span { border-color: rgb(96,64,95); }
td.TdClassName
{
border-color: #60405F;
}
.TagClassName
{
border-color: #60405F;
}
</style>