Shades of Seance #62156C
Tints of Seance #62156C
RGB
CMYK
RGB Variations
Color information
#62156C (or 0x62156C) is known color: Seance. HEX triplet: 62, 15 and 6C. RGB value is (98,21,108). Sum of RGB (Red+Green+Blue) = 98+21+108=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #62156C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62156C is #9DEA93. Grayscale: #353535. Windows color (decimal): -10349204 or 7083362. OLE color: 7083362.
HSL color Cylindrical-coordinate representation of color #62156C: hue angle of 293.1º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #62156C is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 21 | 108 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.58 |
| HSL | 293.1º | 0.67% | 0.25% | - |
| HSV(B) | 293.1º | 0.81% | 0.42% | - |
| XYZ | 8.01 | 4.22 | 14.58 | - |
| YUV | 53.94 | 158.51 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 21 | 108 | 0.09 | 0.81 | 0 | 0.58 | 293.1 | 0.67 | 0.25 |
| Hex | 62 | 15 | 6C | 9 | 51 | 0 | 3A | 125 | 43 | 19 |
| Octal | 142 | 25 | 154 | 11 | 121 | 0 | 72 | 445 | 103 | 31 |
| Binary | 1100010 | 10101 | 1101100 | 1001 | 1010001 | 0 | 111010 | 100100101 | 1000011 | 11001 |
Color Harmonies of #62156C
Complementary color
Monochromatic Colors of #62156C
Black with #62156C
Text Example
Text Example
White with #62156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62156C; }
p { color: rgb(98,21,108); }
H1.HeaderClassName
{
color: #62156C;
}
.AnyTagClassName
{
color: #62156C;
}
</style>
background-color css
<style>
a { background-color: #62156C; }
a { background-color: rgb(98,21,108); }
div.DivClassName
{
background-color: #62156C;
}
.BgClassName
{
background-color: #62156C;
}
</style>
border-color css
<style>
span { border-color: #62156C; }
span { border-color: rgb(98,21,108); }
td.TdClassName
{
border-color: #62156C;
}
.TagClassName
{
border-color: #62156C;
}
</style>