Shades of Seance #603663
Tints of Seance #603663
RGB
CMYK
RGB Variations
Color information
#603663 (or 0x603663) is known color: Seance. HEX triplet: 60, 36 and 63. RGB value is (96,54,99). Sum of RGB (Red+Green+Blue) = 96+54+99=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 99 - color contains mainly: blue. Hex color #603663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603663 is #9FC99C. Grayscale: #474747. Windows color (decimal): -10471837 or 6501984. OLE color: 6501984.
HSL color Cylindrical-coordinate representation of color #603663: hue angle of 296º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #603663 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 54 | 99 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.61 |
| HSL | 296º | 0.29% | 0.3% | - |
| HSV(B) | 296º | 0.45% | 0.39% | - |
| XYZ | 8.4 | 6.03 | 12.53 | - |
| YUV | 71.69 | 143.41 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 54 | 99 | 0.03 | 0.45 | 0 | 0.61 | 296 | 0.29 | 0.3 |
| Hex | 60 | 36 | 63 | 3 | 2D | 0 | 3D | 128 | 1D | 1E |
| Octal | 140 | 66 | 143 | 3 | 55 | 0 | 75 | 450 | 35 | 36 |
| Binary | 1100000 | 110110 | 1100011 | 11 | 101101 | 0 | 111101 | 100101000 | 11101 | 11110 |
Color Harmonies of #603663
Complementary color
Monochromatic Colors of #603663
Black with #603663
Text Example
Text Example
White with #603663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603663; }
p { color: rgb(96,54,99); }
H1.HeaderClassName
{
color: #603663;
}
.AnyTagClassName
{
color: #603663;
}
</style>
background-color css
<style>
a { background-color: #603663; }
a { background-color: rgb(96,54,99); }
div.DivClassName
{
background-color: #603663;
}
.BgClassName
{
background-color: #603663;
}
</style>
border-color css
<style>
span { border-color: #603663; }
span { border-color: rgb(96,54,99); }
td.TdClassName
{
border-color: #603663;
}
.TagClassName
{
border-color: #603663;
}
</style>