Shades of Seance #62386C
Tints of Seance #62386C
RGB
CMYK
RGB Variations
Color information
#62386C (or 0x62386C) is known color: Seance. HEX triplet: 62, 38 and 6C. RGB value is (98,56,108). Sum of RGB (Red+Green+Blue) = 98+56+108=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 108 - color contains mainly: blue. Hex color #62386C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62386C is #9DC793. Grayscale: #4A4A4A. Windows color (decimal): -10340244 or 7092322. OLE color: 7092322.
HSL color Cylindrical-coordinate representation of color #62386C: hue angle of 288.46º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62386C is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 56 | 108 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.58 |
| HSL | 288.46º | 0.32% | 0.32% | - |
| HSV(B) | 288.46º | 0.48% | 0.42% | - |
| XYZ | 9.16 | 6.51 | 14.96 | - |
| YUV | 74.49 | 146.91 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 56 | 108 | 0.09 | 0.48 | 0 | 0.58 | 288.46 | 0.32 | 0.32 |
| Hex | 62 | 38 | 6C | 9 | 30 | 0 | 3A | 120 | 20 | 20 |
| Octal | 142 | 70 | 154 | 11 | 60 | 0 | 72 | 440 | 40 | 40 |
| Binary | 1100010 | 111000 | 1101100 | 1001 | 110000 | 0 | 111010 | 100100000 | 100000 | 100000 |
Color Harmonies of #62386C
Complementary color
Monochromatic Colors of #62386C
Black with #62386C
Text Example
Text Example
White with #62386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62386C; }
p { color: rgb(98,56,108); }
H1.HeaderClassName
{
color: #62386C;
}
.AnyTagClassName
{
color: #62386C;
}
</style>
background-color css
<style>
a { background-color: #62386C; }
a { background-color: rgb(98,56,108); }
div.DivClassName
{
background-color: #62386C;
}
.BgClassName
{
background-color: #62386C;
}
</style>
border-color css
<style>
span { border-color: #62386C; }
span { border-color: rgb(98,56,108); }
td.TdClassName
{
border-color: #62386C;
}
.TagClassName
{
border-color: #62386C;
}
</style>