Shades of Seance #614363
Tints of Seance #614363
RGB
CMYK
RGB Variations
Color information
#614363 (or 0x614363) is known color: Seance. HEX triplet: 61, 43 and 63. RGB value is (97,67,99). Sum of RGB (Red+Green+Blue) = 97+67+99=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 99 - color contains mainly: blue. Hex color #614363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614363 is #9EBC9C. Grayscale: #4F4F4F. Windows color (decimal): -10402973 or 6505313. OLE color: 6505313.
HSL color Cylindrical-coordinate representation of color #614363: hue angle of 296.25º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #614363 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 67 | 99 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.61 |
| HSL | 296.25º | 0.19% | 0.33% | - |
| HSV(B) | 296.25º | 0.32% | 0.39% | - |
| XYZ | 9.19 | 7.46 | 12.76 | - |
| YUV | 79.62 | 138.94 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 67 | 99 | 0.02 | 0.32 | 0 | 0.61 | 296.25 | 0.19 | 0.33 |
| Hex | 61 | 43 | 63 | 2 | 20 | 0 | 3D | 128 | 13 | 21 |
| Octal | 141 | 103 | 143 | 2 | 40 | 0 | 75 | 450 | 23 | 41 |
| Binary | 1100001 | 1000011 | 1100011 | 10 | 100000 | 0 | 111101 | 100101000 | 10011 | 100001 |
Color Harmonies of #614363
Complementary color
Monochromatic Colors of #614363
Black with #614363
Text Example
Text Example
White with #614363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614363; }
p { color: rgb(97,67,99); }
H1.HeaderClassName
{
color: #614363;
}
.AnyTagClassName
{
color: #614363;
}
</style>
background-color css
<style>
a { background-color: #614363; }
a { background-color: rgb(97,67,99); }
div.DivClassName
{
background-color: #614363;
}
.BgClassName
{
background-color: #614363;
}
</style>
border-color css
<style>
span { border-color: #614363; }
span { border-color: rgb(97,67,99); }
td.TdClassName
{
border-color: #614363;
}
.TagClassName
{
border-color: #614363;
}
</style>