Shades of Seance #621E6C
Tints of Seance #621E6C
RGB
CMYK
RGB Variations
Color information
#621E6C (or 0x621E6C) is known color: Seance. HEX triplet: 62, 1E and 6C. RGB value is (98,30,108). Sum of RGB (Red+Green+Blue) = 98+30+108=236 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.53% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #621E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621E6C is #9DE193. Grayscale: #3A3A3A. Windows color (decimal): -10346900 or 7085666. OLE color: 7085666.
HSL color Cylindrical-coordinate representation of color #621E6C: hue angle of 292.31º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #621E6C is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 30 | 108 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.58 |
| HSL | 292.31º | 0.57% | 0.27% | - |
| HSV(B) | 292.31º | 0.72% | 0.42% | - |
| XYZ | 8.21 | 4.61 | 14.64 | - |
| YUV | 59.22 | 155.53 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 30 | 108 | 0.09 | 0.72 | 0 | 0.58 | 292.31 | 0.57 | 0.27 |
| Hex | 62 | 1E | 6C | 9 | 48 | 0 | 3A | 124 | 39 | 1B |
| Octal | 142 | 36 | 154 | 11 | 110 | 0 | 72 | 444 | 71 | 33 |
| Binary | 1100010 | 11110 | 1101100 | 1001 | 1001000 | 0 | 111010 | 100100100 | 111001 | 11011 |
Color Harmonies of #621E6C
Complementary color
Monochromatic Colors of #621E6C
Black with #621E6C
Text Example
Text Example
White with #621E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621E6C; }
p { color: rgb(98,30,108); }
H1.HeaderClassName
{
color: #621E6C;
}
.AnyTagClassName
{
color: #621E6C;
}
</style>
background-color css
<style>
a { background-color: #621E6C; }
a { background-color: rgb(98,30,108); }
div.DivClassName
{
background-color: #621E6C;
}
.BgClassName
{
background-color: #621E6C;
}
</style>
border-color css
<style>
span { border-color: #621E6C; }
span { border-color: rgb(98,30,108); }
td.TdClassName
{
border-color: #621E6C;
}
.TagClassName
{
border-color: #621E6C;
}
</style>