Shades of Seance #613F64
Tints of Seance #613F64
RGB
CMYK
RGB Variations
Color information
#613F64 (or 0x613F64) is known color: Seance. HEX triplet: 61, 3F and 64. RGB value is (97,63,100). Sum of RGB (Red+Green+Blue) = 97+63+100=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 100 (39.45% from 255 or 38.46% from 260); Max value from RGB is 100 - color contains mainly: blue. Hex color #613F64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613F64 is #9EC09B. Grayscale: #4D4D4D. Windows color (decimal): -10403996 or 6569825. OLE color: 6569825.
HSL color Cylindrical-coordinate representation of color #613F64: hue angle of 295.14º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #613F64 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 63 | 100 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.61 |
| HSL | 295.14º | 0.23% | 0.32% | - |
| HSV(B) | 295.14º | 0.37% | 0.39% | - |
| XYZ | 9.01 | 7.02 | 12.94 | - |
| YUV | 77.38 | 140.76 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 100 | 0.03 | 0.37 | 0 | 0.61 | 295.14 | 0.23 | 0.32 |
| Hex | 61 | 3F | 64 | 3 | 25 | 0 | 3D | 127 | 17 | 20 |
| Octal | 141 | 77 | 144 | 3 | 45 | 0 | 75 | 447 | 27 | 40 |
| Binary | 1100001 | 111111 | 1100100 | 11 | 100101 | 0 | 111101 | 100100111 | 10111 | 100000 |
Color Harmonies of #613F64
Complementary color
Monochromatic Colors of #613F64
Black with #613F64
Text Example
Text Example
White with #613F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613F64; }
p { color: rgb(97,63,100); }
H1.HeaderClassName
{
color: #613F64;
}
.AnyTagClassName
{
color: #613F64;
}
</style>
background-color css
<style>
a { background-color: #613F64; }
a { background-color: rgb(97,63,100); }
div.DivClassName
{
background-color: #613F64;
}
.BgClassName
{
background-color: #613F64;
}
</style>
border-color css
<style>
span { border-color: #613F64; }
span { border-color: rgb(97,63,100); }
td.TdClassName
{
border-color: #613F64;
}
.TagClassName
{
border-color: #613F64;
}
</style>