Shades of Seance #613265
Tints of Seance #613265
RGB
CMYK
RGB Variations
Color information
#613265 (or 0x613265) is known color: Seance. HEX triplet: 61, 32 and 65. RGB value is (97,50,101). Sum of RGB (Red+Green+Blue) = 97+50+101=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 50 (19.92% from 255 or 20.16% 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 #613265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613265 is #9ECD9A. Grayscale: #454545. Windows color (decimal): -10407323 or 6632033. OLE color: 6632033.
HSL color Cylindrical-coordinate representation of color #613265: hue angle of 295.29º degrees, saturation: 0.34, 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 #613265 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 50 | 101 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.60 |
| HSL | 295.29º | 0.34% | 0.3% | - |
| HSV(B) | 295.29º | 0.5% | 0.4% | - |
| XYZ | 8.42 | 5.76 | 12.98 | - |
| YUV | 69.87 | 145.57 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 50 | 101 | 0.04 | 0.50 | 0 | 0.60 | 295.29 | 0.34 | 0.3 |
| Hex | 61 | 32 | 65 | 4 | 32 | 0 | 3C | 127 | 22 | 1E |
| Octal | 141 | 62 | 145 | 4 | 62 | 0 | 74 | 447 | 42 | 36 |
| Binary | 1100001 | 110010 | 1100101 | 100 | 110010 | 0 | 111100 | 100100111 | 100010 | 11110 |
Color Harmonies of #613265
Complementary color
Monochromatic Colors of #613265
Black with #613265
Text Example
Text Example
White with #613265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613265; }
p { color: rgb(97,50,101); }
H1.HeaderClassName
{
color: #613265;
}
.AnyTagClassName
{
color: #613265;
}
</style>
background-color css
<style>
a { background-color: #613265; }
a { background-color: rgb(97,50,101); }
div.DivClassName
{
background-color: #613265;
}
.BgClassName
{
background-color: #613265;
}
</style>
border-color css
<style>
span { border-color: #613265; }
span { border-color: rgb(97,50,101); }
td.TdClassName
{
border-color: #613265;
}
.TagClassName
{
border-color: #613265;
}
</style>