Shades of Seance #62376A
Tints of Seance #62376A
RGB
CMYK
RGB Variations
Color information
#62376A (or 0x62376A) is known color: Seance. HEX triplet: 62, 37 and 6A. RGB value is (98,55,106). Sum of RGB (Red+Green+Blue) = 98+55+106=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 106 - color contains mainly: blue. Hex color #62376A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62376A is #9DC895. Grayscale: #494949. Windows color (decimal): -10340502 or 6960994. OLE color: 6960994.
HSL color Cylindrical-coordinate representation of color #62376A: hue angle of 290.59º 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 #62376A is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 55 | 106 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.58 |
| HSL | 290.59º | 0.32% | 0.32% | - |
| HSV(B) | 290.59º | 0.48% | 0.42% | - |
| XYZ | 9 | 6.37 | 14.39 | - |
| YUV | 73.67 | 146.25 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 55 | 106 | 0.08 | 0.48 | 0 | 0.58 | 290.59 | 0.32 | 0.32 |
| Hex | 62 | 37 | 6A | 8 | 30 | 0 | 3A | 123 | 20 | 20 |
| Octal | 142 | 67 | 152 | 10 | 60 | 0 | 72 | 443 | 40 | 40 |
| Binary | 1100010 | 110111 | 1101010 | 1000 | 110000 | 0 | 111010 | 100100011 | 100000 | 100000 |
Color Harmonies of #62376A
Complementary color
Monochromatic Colors of #62376A
Black with #62376A
Text Example
Text Example
White with #62376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62376A; }
p { color: rgb(98,55,106); }
H1.HeaderClassName
{
color: #62376A;
}
.AnyTagClassName
{
color: #62376A;
}
</style>
background-color css
<style>
a { background-color: #62376A; }
a { background-color: rgb(98,55,106); }
div.DivClassName
{
background-color: #62376A;
}
.BgClassName
{
background-color: #62376A;
}
</style>
border-color css
<style>
span { border-color: #62376A; }
span { border-color: rgb(98,55,106); }
td.TdClassName
{
border-color: #62376A;
}
.TagClassName
{
border-color: #62376A;
}
</style>