Shades of Seance #613365
Tints of Seance #613365
RGB
CMYK
RGB Variations
Color information
#613365 (or 0x613365) is known color: Seance. HEX triplet: 61, 33 and 65. RGB value is (97,51,101). Sum of RGB (Red+Green+Blue) = 97+51+101=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 101 - color contains mainly: blue. Hex color #613365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613365 is #9ECC9A. Grayscale: #464646. Windows color (decimal): -10407067 or 6632289. OLE color: 6632289.
HSL color Cylindrical-coordinate representation of color #613365: hue angle of 295.2º 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 #613365 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 51 | 101 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.60 |
| HSL | 295.2º | 0.33% | 0.3% | - |
| HSV(B) | 295.2º | 0.5% | 0.4% | - |
| XYZ | 8.46 | 5.85 | 12.99 | - |
| YUV | 70.45 | 145.24 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 51 | 101 | 0.04 | 0.50 | 0 | 0.60 | 295.2 | 0.33 | 0.3 |
| Hex | 61 | 33 | 65 | 4 | 32 | 0 | 3C | 127 | 21 | 1E |
| Octal | 141 | 63 | 145 | 4 | 62 | 0 | 74 | 447 | 41 | 36 |
| Binary | 1100001 | 110011 | 1100101 | 100 | 110010 | 0 | 111100 | 100100111 | 100001 | 11110 |
Color Harmonies of #613365
Complementary color
Monochromatic Colors of #613365
Black with #613365
Text Example
Text Example
White with #613365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613365; }
p { color: rgb(97,51,101); }
H1.HeaderClassName
{
color: #613365;
}
.AnyTagClassName
{
color: #613365;
}
</style>
background-color css
<style>
a { background-color: #613365; }
a { background-color: rgb(97,51,101); }
div.DivClassName
{
background-color: #613365;
}
.BgClassName
{
background-color: #613365;
}
</style>
border-color css
<style>
span { border-color: #613365; }
span { border-color: rgb(97,51,101); }
td.TdClassName
{
border-color: #613365;
}
.TagClassName
{
border-color: #613365;
}
</style>