Shades of Seance #60376A
Tints of Seance #60376A
RGB
CMYK
RGB Variations
Color information
#60376A (or 0x60376A) is known color: Seance. HEX triplet: 60, 37 and 6A. RGB value is (96,55,106). Sum of RGB (Red+Green+Blue) = 96+55+106=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 106 - color contains mainly: blue. Hex color #60376A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60376A is #9FC895. Grayscale: #484848. Windows color (decimal): -10471574 or 6960992. OLE color: 6960992.
HSL color Cylindrical-coordinate representation of color #60376A: hue angle of 288.24º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60376A is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 55 | 106 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.58 |
| HSL | 288.24º | 0.32% | 0.32% | - |
| HSV(B) | 288.24º | 0.48% | 0.42% | - |
| XYZ | 8.79 | 6.26 | 14.38 | - |
| YUV | 73.07 | 146.58 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 55 | 106 | 0.09 | 0.48 | 0 | 0.58 | 288.24 | 0.32 | 0.32 |
| Hex | 60 | 37 | 6A | 9 | 30 | 0 | 3A | 120 | 20 | 20 |
| Octal | 140 | 67 | 152 | 11 | 60 | 0 | 72 | 440 | 40 | 40 |
| Binary | 1100000 | 110111 | 1101010 | 1001 | 110000 | 0 | 111010 | 100100000 | 100000 | 100000 |
Color Harmonies of #60376A
Complementary color
Monochromatic Colors of #60376A
Black with #60376A
Text Example
Text Example
White with #60376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60376A; }
p { color: rgb(96,55,106); }
H1.HeaderClassName
{
color: #60376A;
}
.AnyTagClassName
{
color: #60376A;
}
</style>
background-color css
<style>
a { background-color: #60376A; }
a { background-color: rgb(96,55,106); }
div.DivClassName
{
background-color: #60376A;
}
.BgClassName
{
background-color: #60376A;
}
</style>
border-color css
<style>
span { border-color: #60376A; }
span { border-color: rgb(96,55,106); }
td.TdClassName
{
border-color: #60376A;
}
.TagClassName
{
border-color: #60376A;
}
</style>