Shades of Seance #603264
Tints of Seance #603264
RGB
CMYK
RGB Variations
Color information
#603264 (or 0x603264) is known color: Seance. HEX triplet: 60, 32 and 64. RGB value is (96,50,100). Sum of RGB (Red+Green+Blue) = 96+50+100=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 100 - color contains mainly: blue. Hex color #603264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603264 is #9FCD9B. Grayscale: #454545. Windows color (decimal): -10472860 or 6566496. OLE color: 6566496.
HSL color Cylindrical-coordinate representation of color #603264: hue angle of 295.2º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #603264 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 50 | 100 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.61 |
| HSL | 295.2º | 0.33% | 0.29% | - |
| HSV(B) | 295.2º | 0.5% | 0.39% | - |
| XYZ | 8.26 | 5.69 | 12.72 | - |
| YUV | 69.45 | 145.24 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 100 | 0.04 | 0.50 | 0 | 0.61 | 295.2 | 0.33 | 0.29 |
| Hex | 60 | 32 | 64 | 4 | 32 | 0 | 3D | 127 | 21 | 1D |
| Octal | 140 | 62 | 144 | 4 | 62 | 0 | 75 | 447 | 41 | 35 |
| Binary | 1100000 | 110010 | 1100100 | 100 | 110010 | 0 | 111101 | 100100111 | 100001 | 11101 |
Color Harmonies of #603264
Complementary color
Monochromatic Colors of #603264
Black with #603264
Text Example
Text Example
White with #603264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603264; }
p { color: rgb(96,50,100); }
H1.HeaderClassName
{
color: #603264;
}
.AnyTagClassName
{
color: #603264;
}
</style>
background-color css
<style>
a { background-color: #603264; }
a { background-color: rgb(96,50,100); }
div.DivClassName
{
background-color: #603264;
}
.BgClassName
{
background-color: #603264;
}
</style>
border-color css
<style>
span { border-color: #603264; }
span { border-color: rgb(96,50,100); }
td.TdClassName
{
border-color: #603264;
}
.TagClassName
{
border-color: #603264;
}
</style>