Shades of Seance #62166C
Tints of Seance #62166C
RGB
CMYK
RGB Variations
Color information
#62166C (or 0x62166C) is known color: Seance. HEX triplet: 62, 16 and 6C. RGB value is (98,22,108). Sum of RGB (Red+Green+Blue) = 98+22+108=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #62166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62166C is #9DE993. Grayscale: #363636. Windows color (decimal): -10348948 or 7083618. OLE color: 7083618.
HSL color Cylindrical-coordinate representation of color #62166C: hue angle of 293.02º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #62166C is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 22 | 108 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.58 |
| HSL | 293.02º | 0.66% | 0.25% | - |
| HSV(B) | 293.02º | 0.8% | 0.42% | - |
| XYZ | 8.03 | 4.25 | 14.59 | - |
| YUV | 54.53 | 158.18 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 22 | 108 | 0.09 | 0.80 | 0 | 0.58 | 293.02 | 0.66 | 0.25 |
| Hex | 62 | 16 | 6C | 9 | 50 | 0 | 3A | 125 | 42 | 19 |
| Octal | 142 | 26 | 154 | 11 | 120 | 0 | 72 | 445 | 102 | 31 |
| Binary | 1100010 | 10110 | 1101100 | 1001 | 1010000 | 0 | 111010 | 100100101 | 1000010 | 11001 |
Color Harmonies of #62166C
Complementary color
Monochromatic Colors of #62166C
Black with #62166C
Text Example
Text Example
White with #62166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62166C; }
p { color: rgb(98,22,108); }
H1.HeaderClassName
{
color: #62166C;
}
.AnyTagClassName
{
color: #62166C;
}
</style>
background-color css
<style>
a { background-color: #62166C; }
a { background-color: rgb(98,22,108); }
div.DivClassName
{
background-color: #62166C;
}
.BgClassName
{
background-color: #62166C;
}
</style>
border-color css
<style>
span { border-color: #62166C; }
span { border-color: rgb(98,22,108); }
td.TdClassName
{
border-color: #62166C;
}
.TagClassName
{
border-color: #62166C;
}
</style>