Shades of Seance #624064
Tints of Seance #624064
RGB
CMYK
RGB Variations
Color information
#624064 (or 0x624064) is known color: Seance. HEX triplet: 62, 40 and 64. RGB value is (98,64,100). Sum of RGB (Red+Green+Blue) = 98+64+100=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 100 - color contains mainly: blue. Hex color #624064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624064 is #9DBF9B. Grayscale: #4E4E4E. Windows color (decimal): -10338204 or 6570082. OLE color: 6570082.
HSL color Cylindrical-coordinate representation of color #624064: hue angle of 296.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #624064 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 64 | 100 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.61 |
| HSL | 296.67º | 0.22% | 0.32% | - |
| HSV(B) | 296.67º | 0.36% | 0.39% | - |
| XYZ | 9.17 | 7.18 | 12.96 | - |
| YUV | 78.27 | 140.26 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 64 | 100 | 0.02 | 0.36 | 0 | 0.61 | 296.67 | 0.22 | 0.32 |
| Hex | 62 | 40 | 64 | 2 | 24 | 0 | 3D | 129 | 16 | 20 |
| Octal | 142 | 100 | 144 | 2 | 44 | 0 | 75 | 451 | 26 | 40 |
| Binary | 1100010 | 1000000 | 1100100 | 10 | 100100 | 0 | 111101 | 100101001 | 10110 | 100000 |
Color Harmonies of #624064
Complementary color
Monochromatic Colors of #624064
Black with #624064
Text Example
Text Example
White with #624064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624064; }
p { color: rgb(98,64,100); }
H1.HeaderClassName
{
color: #624064;
}
.AnyTagClassName
{
color: #624064;
}
</style>
background-color css
<style>
a { background-color: #624064; }
a { background-color: rgb(98,64,100); }
div.DivClassName
{
background-color: #624064;
}
.BgClassName
{
background-color: #624064;
}
</style>
border-color css
<style>
span { border-color: #624064; }
span { border-color: rgb(98,64,100); }
td.TdClassName
{
border-color: #624064;
}
.TagClassName
{
border-color: #624064;
}
</style>