Shades of Seance #62286C
Tints of Seance #62286C
RGB
CMYK
RGB Variations
Color information
#62286C (or 0x62286C) is known color: Seance. HEX triplet: 62, 28 and 6C. RGB value is (98,40,108). Sum of RGB (Red+Green+Blue) = 98+40+108=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #62286C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62286C is #9DD793. Grayscale: #404040. Windows color (decimal): -10344340 or 7088226. OLE color: 7088226.
HSL color Cylindrical-coordinate representation of color #62286C: hue angle of 291.18º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #62286C is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 40 | 108 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.58 |
| HSL | 291.18º | 0.46% | 0.29% | - |
| HSV(B) | 291.18º | 0.63% | 0.42% | - |
| XYZ | 8.5 | 5.2 | 14.74 | - |
| YUV | 65.09 | 152.22 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 40 | 108 | 0.09 | 0.63 | 0 | 0.58 | 291.18 | 0.46 | 0.29 |
| Hex | 62 | 28 | 6C | 9 | 3F | 0 | 3A | 123 | 2E | 1D |
| Octal | 142 | 50 | 154 | 11 | 77 | 0 | 72 | 443 | 56 | 35 |
| Binary | 1100010 | 101000 | 1101100 | 1001 | 111111 | 0 | 111010 | 100100011 | 101110 | 11101 |
Color Harmonies of #62286C
Complementary color
Monochromatic Colors of #62286C
Black with #62286C
Text Example
Text Example
White with #62286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62286C; }
p { color: rgb(98,40,108); }
H1.HeaderClassName
{
color: #62286C;
}
.AnyTagClassName
{
color: #62286C;
}
</style>
background-color css
<style>
a { background-color: #62286C; }
a { background-color: rgb(98,40,108); }
div.DivClassName
{
background-color: #62286C;
}
.BgClassName
{
background-color: #62286C;
}
</style>
border-color css
<style>
span { border-color: #62286C; }
span { border-color: rgb(98,40,108); }
td.TdClassName
{
border-color: #62286C;
}
.TagClassName
{
border-color: #62286C;
}
</style>