Shades of Seance #62216B
Tints of Seance #62216B
RGB
CMYK
RGB Variations
Color information
#62216B (or 0x62216B) is known color: Seance. HEX triplet: 62, 21 and 6B. RGB value is (98,33,107). Sum of RGB (Red+Green+Blue) = 98+33+107=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 107 - color contains mainly: blue. Hex color #62216B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62216B is #9DDE94. Grayscale: #3C3C3C. Windows color (decimal): -10346133 or 7020898. OLE color: 7020898.
HSL color Cylindrical-coordinate representation of color #62216B: hue angle of 292.7º 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 #62216B is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 33 | 107 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.58 |
| HSL | 292.7º | 0.53% | 0.27% | - |
| HSV(B) | 292.7º | 0.69% | 0.42% | - |
| XYZ | 8.23 | 4.75 | 14.39 | - |
| YUV | 60.87 | 154.03 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 33 | 107 | 0.08 | 0.69 | 0 | 0.58 | 292.7 | 0.53 | 0.27 |
| Hex | 62 | 21 | 6B | 8 | 45 | 0 | 3A | 125 | 35 | 1B |
| Octal | 142 | 41 | 153 | 10 | 105 | 0 | 72 | 445 | 65 | 33 |
| Binary | 1100010 | 100001 | 1101011 | 1000 | 1000101 | 0 | 111010 | 100100101 | 110101 | 11011 |
Color Harmonies of #62216B
Complementary color
Monochromatic Colors of #62216B
Black with #62216B
Text Example
Text Example
White with #62216B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62216B; }
p { color: rgb(98,33,107); }
H1.HeaderClassName
{
color: #62216B;
}
.AnyTagClassName
{
color: #62216B;
}
</style>
background-color css
<style>
a { background-color: #62216B; }
a { background-color: rgb(98,33,107); }
div.DivClassName
{
background-color: #62216B;
}
.BgClassName
{
background-color: #62216B;
}
</style>
border-color css
<style>
span { border-color: #62216B; }
span { border-color: rgb(98,33,107); }
td.TdClassName
{
border-color: #62216B;
}
.TagClassName
{
border-color: #62216B;
}
</style>