Shades of Seance #613D68
Tints of Seance #613D68
RGB
CMYK
RGB Variations
Color information
#613D68 (or 0x613D68) is known color: Seance. HEX triplet: 61, 3D and 68. RGB value is (97,61,104). Sum of RGB (Red+Green+Blue) = 97+61+104=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 104 - color contains mainly: blue. Hex color #613D68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613D68 is #9EC297. Grayscale: #4C4C4C. Windows color (decimal): -10404504 or 6831457. OLE color: 6831457.
HSL color Cylindrical-coordinate representation of color #613D68: hue angle of 290.23º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #613D68 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 61 | 104 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.59 |
| HSL | 290.23º | 0.26% | 0.32% | - |
| HSV(B) | 290.23º | 0.41% | 0.41% | - |
| XYZ | 9.1 | 6.88 | 13.94 | - |
| YUV | 76.67 | 143.43 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 104 | 0.07 | 0.41 | 0 | 0.59 | 290.23 | 0.26 | 0.32 |
| Hex | 61 | 3D | 68 | 7 | 29 | 0 | 3B | 122 | 1A | 20 |
| Octal | 141 | 75 | 150 | 7 | 51 | 0 | 73 | 442 | 32 | 40 |
| Binary | 1100001 | 111101 | 1101000 | 111 | 101001 | 0 | 111011 | 100100010 | 11010 | 100000 |
Color Harmonies of #613D68
Complementary color
Monochromatic Colors of #613D68
Black with #613D68
Text Example
Text Example
White with #613D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613D68; }
p { color: rgb(97,61,104); }
H1.HeaderClassName
{
color: #613D68;
}
.AnyTagClassName
{
color: #613D68;
}
</style>
background-color css
<style>
a { background-color: #613D68; }
a { background-color: rgb(97,61,104); }
div.DivClassName
{
background-color: #613D68;
}
.BgClassName
{
background-color: #613D68;
}
</style>
border-color css
<style>
span { border-color: #613D68; }
span { border-color: rgb(97,61,104); }
td.TdClassName
{
border-color: #613D68;
}
.TagClassName
{
border-color: #613D68;
}
</style>