Shades of Seance #624166
Tints of Seance #624166
RGB
CMYK
RGB Variations
Color information
#624166 (or 0x624166) is known color: Seance. HEX triplet: 62, 41 and 66. RGB value is (98,65,102). Sum of RGB (Red+Green+Blue) = 98+65+102=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 102 - color contains mainly: blue. Hex color #624166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624166 is #9DBE99. Grayscale: #4E4E4E. Windows color (decimal): -10337946 or 6701410. OLE color: 6701410.
HSL color Cylindrical-coordinate representation of color #624166: hue angle of 293.51º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #624166 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 98 | 65 | 102 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.6 |
| HSL | 293.51º | 0.22% | 0.33% | - |
| HSV(B) | 293.51º | 0.36% | 0.4% | - |
| XYZ | 9.33 | 7.34 | 13.49 | - |
| YUV | 79.09 | 140.93 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 65 | 102 | 0.04 | 0.36 | 0 | 0.6 | 293.51 | 0.22 | 0.33 |
| Hex | 62 | 41 | 66 | 4 | 24 | 0 | 3C | 126 | 16 | 21 |
| Octal | 142 | 101 | 146 | 4 | 44 | 0 | 74 | 446 | 26 | 41 |
| Binary | 1100010 | 1000001 | 1100110 | 100 | 100100 | 0 | 111100 | 100100110 | 10110 | 100001 |
Color Harmonies of #624166
Complementary color
Monochromatic Colors of #624166
Black with #624166
Text Example
Text Example
White with #624166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624166; }
p { color: rgb(98,65,102); }
H1.HeaderClassName
{
color: #624166;
}
.AnyTagClassName
{
color: #624166;
}
</style>
background-color css
<style>
a { background-color: #624166; }
a { background-color: rgb(98,65,102); }
div.DivClassName
{
background-color: #624166;
}
.BgClassName
{
background-color: #624166;
}
</style>
border-color css
<style>
span { border-color: #624166; }
span { border-color: rgb(98,65,102); }
td.TdClassName
{
border-color: #624166;
}
.TagClassName
{
border-color: #624166;
}
</style>