Shades of Seance #62366C
Tints of Seance #62366C
RGB
CMYK
RGB Variations
Color information
#62366C (or 0x62366C) is known color: Seance. HEX triplet: 62, 36 and 6C. RGB value is (98,54,108). Sum of RGB (Red+Green+Blue) = 98+54+108=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 108 - color contains mainly: blue. Hex color #62366C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62366C is #9DC993. Grayscale: #494949. Windows color (decimal): -10340756 or 7091810. OLE color: 7091810.
HSL color Cylindrical-coordinate representation of color #62366C: hue angle of 288.89º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #62366C is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 54 | 108 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.58 |
| HSL | 288.89º | 0.33% | 0.32% | - |
| HSV(B) | 288.89º | 0.5% | 0.42% | - |
| XYZ | 9.06 | 6.32 | 14.93 | - |
| YUV | 73.31 | 147.58 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 54 | 108 | 0.09 | 0.50 | 0 | 0.58 | 288.89 | 0.33 | 0.32 |
| Hex | 62 | 36 | 6C | 9 | 32 | 0 | 3A | 121 | 21 | 20 |
| Octal | 142 | 66 | 154 | 11 | 62 | 0 | 72 | 441 | 41 | 40 |
| Binary | 1100010 | 110110 | 1101100 | 1001 | 110010 | 0 | 111010 | 100100001 | 100001 | 100000 |
Color Harmonies of #62366C
Complementary color
Monochromatic Colors of #62366C
Black with #62366C
Text Example
Text Example
White with #62366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62366C; }
p { color: rgb(98,54,108); }
H1.HeaderClassName
{
color: #62366C;
}
.AnyTagClassName
{
color: #62366C;
}
</style>
background-color css
<style>
a { background-color: #62366C; }
a { background-color: rgb(98,54,108); }
div.DivClassName
{
background-color: #62366C;
}
.BgClassName
{
background-color: #62366C;
}
</style>
border-color css
<style>
span { border-color: #62366C; }
span { border-color: rgb(98,54,108); }
td.TdClassName
{
border-color: #62366C;
}
.TagClassName
{
border-color: #62366C;
}
</style>