Shades of Seance #62216A
Tints of Seance #62216A
RGB
CMYK
RGB Variations
Color information
#62216A (or 0x62216A) is known color: Seance. HEX triplet: 62, 21 and 6A. RGB value is (98,33,106). Sum of RGB (Red+Green+Blue) = 98+33+106=237 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.35% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 106 (41.80% from 255 or 44.73% from 237); Max value from RGB is 106 - color contains mainly: blue. Hex color #62216A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62216A is #9DDE95. Grayscale: #3C3C3C. Windows color (decimal): -10346134 or 6955362. OLE color: 6955362.
HSL color Cylindrical-coordinate representation of color #62216A: hue angle of 293.42º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #62216A is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 33 | 106 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.58 |
| HSL | 293.42º | 0.53% | 0.27% | - |
| HSV(B) | 293.42º | 0.69% | 0.42% | - |
| XYZ | 8.18 | 4.72 | 14.12 | - |
| YUV | 60.76 | 153.53 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 33 | 106 | 0.08 | 0.69 | 0 | 0.58 | 293.42 | 0.53 | 0.27 |
| Hex | 62 | 21 | 6A | 8 | 45 | 0 | 3A | 125 | 35 | 1B |
| Octal | 142 | 41 | 152 | 10 | 105 | 0 | 72 | 445 | 65 | 33 |
| Binary | 1100010 | 100001 | 1101010 | 1000 | 1000101 | 0 | 111010 | 100100101 | 110101 | 11011 |
Color Harmonies of #62216A
Complementary color
Monochromatic Colors of #62216A
Black with #62216A
Text Example
Text Example
White with #62216A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62216A; }
p { color: rgb(98,33,106); }
H1.HeaderClassName
{
color: #62216A;
}
.AnyTagClassName
{
color: #62216A;
}
</style>
background-color css
<style>
a { background-color: #62216A; }
a { background-color: rgb(98,33,106); }
div.DivClassName
{
background-color: #62216A;
}
.BgClassName
{
background-color: #62216A;
}
</style>
border-color css
<style>
span { border-color: #62216A; }
span { border-color: rgb(98,33,106); }
td.TdClassName
{
border-color: #62216A;
}
.TagClassName
{
border-color: #62216A;
}
</style>