Shades of Seance #603B64
Tints of Seance #603B64
RGB
CMYK
RGB Variations
Color information
#603B64 (or 0x603B64) is known color: Seance. HEX triplet: 60, 3B and 64. RGB value is (96,59,100). Sum of RGB (Red+Green+Blue) = 96+59+100=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 100 (39.45% from 255 or 39.22% from 255); Max value from RGB is 100 - color contains mainly: blue. Hex color #603B64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603B64 is #9FC49B. Grayscale: #4A4A4A. Windows color (decimal): -10470556 or 6568800. OLE color: 6568800.
HSL color Cylindrical-coordinate representation of color #603B64: hue angle of 294.15º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #603B64 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 59 | 100 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.61 |
| HSL | 294.15º | 0.26% | 0.31% | - |
| HSV(B) | 294.15º | 0.41% | 0.39% | - |
| XYZ | 8.69 | 6.53 | 12.86 | - |
| YUV | 74.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 59 | 100 | 0.04 | 0.41 | 0 | 0.61 | 294.15 | 0.26 | 0.31 |
| Hex | 60 | 3B | 64 | 4 | 29 | 0 | 3D | 126 | 1A | 1F |
| Octal | 140 | 73 | 144 | 4 | 51 | 0 | 75 | 446 | 32 | 37 |
| Binary | 1100000 | 111011 | 1100100 | 100 | 101001 | 0 | 111101 | 100100110 | 11010 | 11111 |
Color Harmonies of #603B64
Complementary color
Monochromatic Colors of #603B64
Black with #603B64
Text Example
Text Example
White with #603B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603B64; }
p { color: rgb(96,59,100); }
H1.HeaderClassName
{
color: #603B64;
}
.AnyTagClassName
{
color: #603B64;
}
</style>
background-color css
<style>
a { background-color: #603B64; }
a { background-color: rgb(96,59,100); }
div.DivClassName
{
background-color: #603B64;
}
.BgClassName
{
background-color: #603B64;
}
</style>
border-color css
<style>
span { border-color: #603B64; }
span { border-color: rgb(96,59,100); }
td.TdClassName
{
border-color: #603B64;
}
.TagClassName
{
border-color: #603B64;
}
</style>