Shades of Seance #624363
Tints of Seance #624363
RGB
CMYK
RGB Variations
Color information
#624363 (or 0x624363) is known color: Seance. HEX triplet: 62, 43 and 63. RGB value is (98,67,99). Sum of RGB (Red+Green+Blue) = 98+67+99=264 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.12% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 99 - color contains mainly: blue. Hex color #624363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624363 is #9DBC9C. Grayscale: #4F4F4F. Windows color (decimal): -10337437 or 6505314. OLE color: 6505314.
HSL color Cylindrical-coordinate representation of color #624363: hue angle of 298.12º 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 #624363 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 67 | 99 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.61 |
| HSL | 298.13º | 0.19% | 0.33% | - |
| HSV(B) | 298.13º | 0.32% | 0.39% | - |
| XYZ | 9.3 | 7.51 | 12.76 | - |
| YUV | 79.92 | 138.77 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 67 | 99 | 0.01 | 0.32 | 0 | 0.61 | 298.13 | 0.19 | 0.33 |
| Hex | 62 | 43 | 63 | 1 | 20 | 0 | 3D | 12A | 13 | 21 |
| Octal | 142 | 103 | 143 | 1 | 40 | 0 | 75 | 452 | 23 | 41 |
| Binary | 1100010 | 1000011 | 1100011 | 1 | 100000 | 0 | 111101 | 100101010 | 10011 | 100001 |
Color Harmonies of #624363
Complementary color
Monochromatic Colors of #624363
Black with #624363
Text Example
Text Example
White with #624363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624363; }
p { color: rgb(98,67,99); }
H1.HeaderClassName
{
color: #624363;
}
.AnyTagClassName
{
color: #624363;
}
</style>
background-color css
<style>
a { background-color: #624363; }
a { background-color: rgb(98,67,99); }
div.DivClassName
{
background-color: #624363;
}
.BgClassName
{
background-color: #624363;
}
</style>
border-color css
<style>
span { border-color: #624363; }
span { border-color: rgb(98,67,99); }
td.TdClassName
{
border-color: #624363;
}
.TagClassName
{
border-color: #624363;
}
</style>