Shades of Seance #613C67
Tints of Seance #613C67
RGB
CMYK
RGB Variations
Color information
#613C67 (or 0x613C67) is known color: Seance. HEX triplet: 61, 3C and 67. RGB value is (97,60,103). Sum of RGB (Red+Green+Blue) = 97+60+103=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 103 - color contains mainly: blue. Hex color #613C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613C67 is #9EC398. Grayscale: #4B4B4B. Windows color (decimal): -10404761 or 6765665. OLE color: 6765665.
HSL color Cylindrical-coordinate representation of color #613C67: hue angle of 291.63º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #613C67 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 60 | 103 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.60 |
| HSL | 291.63º | 0.26% | 0.32% | - |
| HSV(B) | 291.63º | 0.42% | 0.4% | - |
| XYZ | 8.99 | 6.75 | 13.66 | - |
| YUV | 75.97 | 143.26 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 103 | 0.06 | 0.42 | 0 | 0.60 | 291.63 | 0.26 | 0.32 |
| Hex | 61 | 3C | 67 | 6 | 2A | 0 | 3C | 124 | 1A | 20 |
| Octal | 141 | 74 | 147 | 6 | 52 | 0 | 74 | 444 | 32 | 40 |
| Binary | 1100001 | 111100 | 1100111 | 110 | 101010 | 0 | 111100 | 100100100 | 11010 | 100000 |
Color Harmonies of #613C67
Complementary color
Monochromatic Colors of #613C67
Black with #613C67
Text Example
Text Example
White with #613C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C67; }
p { color: rgb(97,60,103); }
H1.HeaderClassName
{
color: #613C67;
}
.AnyTagClassName
{
color: #613C67;
}
</style>
background-color css
<style>
a { background-color: #613C67; }
a { background-color: rgb(97,60,103); }
div.DivClassName
{
background-color: #613C67;
}
.BgClassName
{
background-color: #613C67;
}
</style>
border-color css
<style>
span { border-color: #613C67; }
span { border-color: rgb(97,60,103); }
td.TdClassName
{
border-color: #613C67;
}
.TagClassName
{
border-color: #613C67;
}
</style>