Shades of Seance #62166E
Tints of Seance #62166E
RGB
CMYK
RGB Variations
Color information
#62166E (or 0x62166E) is known color: Seance. HEX triplet: 62, 16 and 6E. RGB value is (98,22,110). Sum of RGB (Red+Green+Blue) = 98+22+110=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 110 - color contains mainly: blue. Hex color #62166E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62166E is #9DE991. Grayscale: #363636. Windows color (decimal): -10348946 or 7214690. OLE color: 7214690.
HSL color Cylindrical-coordinate representation of color #62166E: hue angle of 291.82º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #62166E is Cyan = 0.11, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 22 | 110 | - |
| CMYK | 0.11 | 0.8 | 0 | 0.57 |
| HSL | 291.82º | 0.67% | 0.26% | - |
| HSV(B) | 291.82º | 0.8% | 0.43% | - |
| XYZ | 8.14 | 4.3 | 15.15 | - |
| YUV | 54.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 22 | 110 | 0.11 | 0.8 | 0 | 0.57 | 291.82 | 0.67 | 0.26 |
| Hex | 62 | 16 | 6E | B | 50 | 0 | 39 | 124 | 43 | 1A |
| Octal | 142 | 26 | 156 | 13 | 120 | 0 | 71 | 444 | 103 | 32 |
| Binary | 1100010 | 10110 | 1101110 | 1011 | 1010000 | 0 | 111001 | 100100100 | 1000011 | 11010 |
Color Harmonies of #62166E
Complementary color
Monochromatic Colors of #62166E
Black with #62166E
Text Example
Text Example
White with #62166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62166E; }
p { color: rgb(98,22,110); }
H1.HeaderClassName
{
color: #62166E;
}
.AnyTagClassName
{
color: #62166E;
}
</style>
background-color css
<style>
a { background-color: #62166E; }
a { background-color: rgb(98,22,110); }
div.DivClassName
{
background-color: #62166E;
}
.BgClassName
{
background-color: #62166E;
}
</style>
border-color css
<style>
span { border-color: #62166E; }
span { border-color: rgb(98,22,110); }
td.TdClassName
{
border-color: #62166E;
}
.TagClassName
{
border-color: #62166E;
}
</style>