Shades of Seance #622B6C
Tints of Seance #622B6C
RGB
CMYK
RGB Variations
Color information
#622B6C (or 0x622B6C) is known color: Seance. HEX triplet: 62, 2B and 6C. RGB value is (98,43,108). Sum of RGB (Red+Green+Blue) = 98+43+108=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 108 - color contains mainly: blue. Hex color #622B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622B6C is #9DD493. Grayscale: #424242. Windows color (decimal): -10343572 or 7088994. OLE color: 7088994.
HSL color Cylindrical-coordinate representation of color #622B6C: hue angle of 290.77º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #622B6C is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 43 | 108 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.58 |
| HSL | 290.77º | 0.43% | 0.3% | - |
| HSV(B) | 290.77º | 0.6% | 0.42% | - |
| XYZ | 8.61 | 5.41 | 14.78 | - |
| YUV | 66.86 | 151.22 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 43 | 108 | 0.09 | 0.60 | 0 | 0.58 | 290.77 | 0.43 | 0.3 |
| Hex | 62 | 2B | 6C | 9 | 3C | 0 | 3A | 123 | 2B | 1E |
| Octal | 142 | 53 | 154 | 11 | 74 | 0 | 72 | 443 | 53 | 36 |
| Binary | 1100010 | 101011 | 1101100 | 1001 | 111100 | 0 | 111010 | 100100011 | 101011 | 11110 |
Color Harmonies of #622B6C
Complementary color
Monochromatic Colors of #622B6C
Black with #622B6C
Text Example
Text Example
White with #622B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622B6C; }
p { color: rgb(98,43,108); }
H1.HeaderClassName
{
color: #622B6C;
}
.AnyTagClassName
{
color: #622B6C;
}
</style>
background-color css
<style>
a { background-color: #622B6C; }
a { background-color: rgb(98,43,108); }
div.DivClassName
{
background-color: #622B6C;
}
.BgClassName
{
background-color: #622B6C;
}
</style>
border-color css
<style>
span { border-color: #622B6C; }
span { border-color: rgb(98,43,108); }
td.TdClassName
{
border-color: #622B6C;
}
.TagClassName
{
border-color: #622B6C;
}
</style>