Shades of Seance #613B67
Tints of Seance #613B67
RGB
CMYK
RGB Variations
Color information
#613B67 (or 0x613B67) is known color: Seance. HEX triplet: 61, 3B and 67. RGB value is (97,59,103). Sum of RGB (Red+Green+Blue) = 97+59+103=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 59 (23.44% from 255 or 22.78% from 259); Blue value is 103 (40.62% from 255 or 39.77% from 259); Max value from RGB is 103 - color contains mainly: blue. Hex color #613B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613B67 is #9EC498. Grayscale: #4B4B4B. Windows color (decimal): -10405017 or 6765409. OLE color: 6765409.
HSL color Cylindrical-coordinate representation of color #613B67: hue angle of 291.82º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #613B67 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 59 | 103 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.60 |
| HSL | 291.82º | 0.27% | 0.32% | - |
| HSV(B) | 291.82º | 0.43% | 0.4% | - |
| XYZ | 8.94 | 6.65 | 13.64 | - |
| YUV | 75.38 | 143.59 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 103 | 0.06 | 0.43 | 0 | 0.60 | 291.82 | 0.27 | 0.32 |
| Hex | 61 | 3B | 67 | 6 | 2B | 0 | 3C | 124 | 1B | 20 |
| Octal | 141 | 73 | 147 | 6 | 53 | 0 | 74 | 444 | 33 | 40 |
| Binary | 1100001 | 111011 | 1100111 | 110 | 101011 | 0 | 111100 | 100100100 | 11011 | 100000 |
Color Harmonies of #613B67
Complementary color
Monochromatic Colors of #613B67
Black with #613B67
Text Example
Text Example
White with #613B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613B67; }
p { color: rgb(97,59,103); }
H1.HeaderClassName
{
color: #613B67;
}
.AnyTagClassName
{
color: #613B67;
}
</style>
background-color css
<style>
a { background-color: #613B67; }
a { background-color: rgb(97,59,103); }
div.DivClassName
{
background-color: #613B67;
}
.BgClassName
{
background-color: #613B67;
}
</style>
border-color css
<style>
span { border-color: #613B67; }
span { border-color: rgb(97,59,103); }
td.TdClassName
{
border-color: #613B67;
}
.TagClassName
{
border-color: #613B67;
}
</style>