Shades of Seance #622268
Tints of Seance #622268
RGB
CMYK
RGB Variations
Color information
#622268 (or 0x622268) is known color: Seance. HEX triplet: 62, 22 and 68. RGB value is (98,34,104). Sum of RGB (Red+Green+Blue) = 98+34+104=236 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.53% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #622268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622268 is #9DDD97. Grayscale: #3C3C3C. Windows color (decimal): -10345880 or 6824546. OLE color: 6824546.
HSL color Cylindrical-coordinate representation of color #622268: hue angle of 294.86º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #622268 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 34 | 104 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.59 |
| HSL | 294.86º | 0.51% | 0.27% | - |
| HSV(B) | 294.86º | 0.67% | 0.41% | - |
| XYZ | 8.11 | 4.74 | 13.58 | - |
| YUV | 61.12 | 152.2 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 104 | 0.06 | 0.67 | 0 | 0.59 | 294.86 | 0.51 | 0.27 |
| Hex | 62 | 22 | 68 | 6 | 43 | 0 | 3B | 127 | 33 | 1B |
| Octal | 142 | 42 | 150 | 6 | 103 | 0 | 73 | 447 | 63 | 33 |
| Binary | 1100010 | 100010 | 1101000 | 110 | 1000011 | 0 | 111011 | 100100111 | 110011 | 11011 |
Color Harmonies of #622268
Complementary color
Monochromatic Colors of #622268
Black with #622268
Text Example
Text Example
White with #622268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622268; }
p { color: rgb(98,34,104); }
H1.HeaderClassName
{
color: #622268;
}
.AnyTagClassName
{
color: #622268;
}
</style>
background-color css
<style>
a { background-color: #622268; }
a { background-color: rgb(98,34,104); }
div.DivClassName
{
background-color: #622268;
}
.BgClassName
{
background-color: #622268;
}
</style>
border-color css
<style>
span { border-color: #622268; }
span { border-color: rgb(98,34,104); }
td.TdClassName
{
border-color: #622268;
}
.TagClassName
{
border-color: #622268;
}
</style>