Shades of Seance #603365
Tints of Seance #603365
RGB
CMYK
RGB Variations
Color information
#603365 (or 0x603365) is known color: Seance. HEX triplet: 60, 33 and 65. RGB value is (96,51,101). Sum of RGB (Red+Green+Blue) = 96+51+101=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 101 - color contains mainly: blue. Hex color #603365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603365 is #9FCC9A. Grayscale: #464646. Windows color (decimal): -10472603 or 6632288. OLE color: 6632288.
HSL color Cylindrical-coordinate representation of color #603365: hue angle of 294º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #603365 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 51 | 101 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.60 |
| HSL | 294º | 0.33% | 0.3% | - |
| HSV(B) | 294º | 0.5% | 0.4% | - |
| XYZ | 8.36 | 5.79 | 12.99 | - |
| YUV | 70.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 51 | 101 | 0.05 | 0.50 | 0 | 0.60 | 294 | 0.33 | 0.3 |
| Hex | 60 | 33 | 65 | 5 | 32 | 0 | 3C | 126 | 21 | 1E |
| Octal | 140 | 63 | 145 | 5 | 62 | 0 | 74 | 446 | 41 | 36 |
| Binary | 1100000 | 110011 | 1100101 | 101 | 110010 | 0 | 111100 | 100100110 | 100001 | 11110 |
Color Harmonies of #603365
Complementary color
Monochromatic Colors of #603365
Black with #603365
Text Example
Text Example
White with #603365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603365; }
p { color: rgb(96,51,101); }
H1.HeaderClassName
{
color: #603365;
}
.AnyTagClassName
{
color: #603365;
}
</style>
background-color css
<style>
a { background-color: #603365; }
a { background-color: rgb(96,51,101); }
div.DivClassName
{
background-color: #603365;
}
.BgClassName
{
background-color: #603365;
}
</style>
border-color css
<style>
span { border-color: #603365; }
span { border-color: rgb(96,51,101); }
td.TdClassName
{
border-color: #603365;
}
.TagClassName
{
border-color: #603365;
}
</style>