Shades of Seance #62226A
Tints of Seance #62226A
RGB
CMYK
RGB Variations
Color information
#62226A (or 0x62226A) is known color: Seance. HEX triplet: 62, 22 and 6A. RGB value is (98,34,106). Sum of RGB (Red+Green+Blue) = 98+34+106=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 106 - color contains mainly: blue. Hex color #62226A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62226A is #9DDD95. Grayscale: #3D3D3D. Windows color (decimal): -10345878 or 6955618. OLE color: 6955618.
HSL color Cylindrical-coordinate representation of color #62226A: hue angle of 293.33º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #62226A is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 34 | 106 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.58 |
| HSL | 293.33º | 0.51% | 0.27% | - |
| HSV(B) | 293.33º | 0.68% | 0.42% | - |
| XYZ | 8.21 | 4.78 | 14.13 | - |
| YUV | 61.34 | 153.2 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 106 | 0.08 | 0.68 | 0 | 0.58 | 293.33 | 0.51 | 0.27 |
| Hex | 62 | 22 | 6A | 8 | 44 | 0 | 3A | 125 | 33 | 1B |
| Octal | 142 | 42 | 152 | 10 | 104 | 0 | 72 | 445 | 63 | 33 |
| Binary | 1100010 | 100010 | 1101010 | 1000 | 1000100 | 0 | 111010 | 100100101 | 110011 | 11011 |
Color Harmonies of #62226A
Complementary color
Monochromatic Colors of #62226A
Black with #62226A
Text Example
Text Example
White with #62226A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62226A; }
p { color: rgb(98,34,106); }
H1.HeaderClassName
{
color: #62226A;
}
.AnyTagClassName
{
color: #62226A;
}
</style>
background-color css
<style>
a { background-color: #62226A; }
a { background-color: rgb(98,34,106); }
div.DivClassName
{
background-color: #62226A;
}
.BgClassName
{
background-color: #62226A;
}
</style>
border-color css
<style>
span { border-color: #62226A; }
span { border-color: rgb(98,34,106); }
td.TdClassName
{
border-color: #62226A;
}
.TagClassName
{
border-color: #62226A;
}
</style>