Shades of Seance #614163
Tints of Seance #614163
RGB
CMYK
RGB Variations
Color information
#614163 (or 0x614163) is known color: Seance. HEX triplet: 61, 41 and 63. RGB value is (97,65,99). Sum of RGB (Red+Green+Blue) = 97+65+99=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 99 - color contains mainly: blue. Hex color #614163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614163 is #9EBE9C. Grayscale: #4E4E4E. Windows color (decimal): -10403485 or 6504801. OLE color: 6504801.
HSL color Cylindrical-coordinate representation of color #614163: hue angle of 296.47º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #614163 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 65 | 99 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.61 |
| HSL | 296.47º | 0.21% | 0.32% | - |
| HSV(B) | 296.47º | 0.34% | 0.39% | - |
| XYZ | 9.07 | 7.22 | 12.72 | - |
| YUV | 78.44 | 139.6 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 65 | 99 | 0.02 | 0.34 | 0 | 0.61 | 296.47 | 0.21 | 0.32 |
| Hex | 61 | 41 | 63 | 2 | 22 | 0 | 3D | 128 | 15 | 20 |
| Octal | 141 | 101 | 143 | 2 | 42 | 0 | 75 | 450 | 25 | 40 |
| Binary | 1100001 | 1000001 | 1100011 | 10 | 100010 | 0 | 111101 | 100101000 | 10101 | 100000 |
Color Harmonies of #614163
Complementary color
Monochromatic Colors of #614163
Black with #614163
Text Example
Text Example
White with #614163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614163; }
p { color: rgb(97,65,99); }
H1.HeaderClassName
{
color: #614163;
}
.AnyTagClassName
{
color: #614163;
}
</style>
background-color css
<style>
a { background-color: #614163; }
a { background-color: rgb(97,65,99); }
div.DivClassName
{
background-color: #614163;
}
.BgClassName
{
background-color: #614163;
}
</style>
border-color css
<style>
span { border-color: #614163; }
span { border-color: rgb(97,65,99); }
td.TdClassName
{
border-color: #614163;
}
.TagClassName
{
border-color: #614163;
}
</style>