Shades of Seance #62136D
Tints of Seance #62136D
RGB
CMYK
RGB Variations
Color information
#62136D (or 0x62136D) is known color: Seance. HEX triplet: 62, 13 and 6D. RGB value is (98,19,109). Sum of RGB (Red+Green+Blue) = 98+19+109=226 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.36% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #62136D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62136D is #9DEC92. Grayscale: #343434. Windows color (decimal): -10349715 or 7148386. OLE color: 7148386.
HSL color Cylindrical-coordinate representation of color #62136D: hue angle of 292.67º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #62136D is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 19 | 109 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.57 |
| HSL | 292.67º | 0.7% | 0.25% | - |
| HSV(B) | 292.67º | 0.83% | 0.43% | - |
| XYZ | 8.03 | 4.17 | 14.85 | - |
| YUV | 52.88 | 159.67 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 19 | 109 | 0.10 | 0.83 | 0 | 0.57 | 292.67 | 0.7 | 0.25 |
| Hex | 62 | 13 | 6D | A | 53 | 0 | 39 | 125 | 46 | 19 |
| Octal | 142 | 23 | 155 | 12 | 123 | 0 | 71 | 445 | 106 | 31 |
| Binary | 1100010 | 10011 | 1101101 | 1010 | 1010011 | 0 | 111001 | 100100101 | 1000110 | 11001 |
Color Harmonies of #62136D
Complementary color
Monochromatic Colors of #62136D
Black with #62136D
Text Example
Text Example
White with #62136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62136D; }
p { color: rgb(98,19,109); }
H1.HeaderClassName
{
color: #62136D;
}
.AnyTagClassName
{
color: #62136D;
}
</style>
background-color css
<style>
a { background-color: #62136D; }
a { background-color: rgb(98,19,109); }
div.DivClassName
{
background-color: #62136D;
}
.BgClassName
{
background-color: #62136D;
}
</style>
border-color css
<style>
span { border-color: #62136D; }
span { border-color: rgb(98,19,109); }
td.TdClassName
{
border-color: #62136D;
}
.TagClassName
{
border-color: #62136D;
}
</style>