Shades of Seance #613A65
Tints of Seance #613A65
RGB
CMYK
RGB Variations
Color information
#613A65 (or 0x613A65) is known color: Seance. HEX triplet: 61, 3A and 65. RGB value is (97,58,101). Sum of RGB (Red+Green+Blue) = 97+58+101=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 101 - color contains mainly: blue. Hex color #613A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613A65 is #9EC59A. Grayscale: #4A4A4A. Windows color (decimal): -10405275 or 6634081. OLE color: 6634081.
HSL color Cylindrical-coordinate representation of color #613A65: hue angle of 294.42º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #613A65 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 58 | 101 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.60 |
| HSL | 294.42º | 0.27% | 0.31% | - |
| HSV(B) | 294.42º | 0.43% | 0.4% | - |
| XYZ | 8.79 | 6.51 | 13.1 | - |
| YUV | 74.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 101 | 0.04 | 0.43 | 0 | 0.60 | 294.42 | 0.27 | 0.31 |
| Hex | 61 | 3A | 65 | 4 | 2B | 0 | 3C | 126 | 1B | 1F |
| Octal | 141 | 72 | 145 | 4 | 53 | 0 | 74 | 446 | 33 | 37 |
| Binary | 1100001 | 111010 | 1100101 | 100 | 101011 | 0 | 111100 | 100100110 | 11011 | 11111 |
Color Harmonies of #613A65
Complementary color
Monochromatic Colors of #613A65
Black with #613A65
Text Example
Text Example
White with #613A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613A65; }
p { color: rgb(97,58,101); }
H1.HeaderClassName
{
color: #613A65;
}
.AnyTagClassName
{
color: #613A65;
}
</style>
background-color css
<style>
a { background-color: #613A65; }
a { background-color: rgb(97,58,101); }
div.DivClassName
{
background-color: #613A65;
}
.BgClassName
{
background-color: #613A65;
}
</style>
border-color css
<style>
span { border-color: #613A65; }
span { border-color: rgb(97,58,101); }
td.TdClassName
{
border-color: #613A65;
}
.TagClassName
{
border-color: #613A65;
}
</style>