Shades of Seance #622F6E
Tints of Seance #622F6E
RGB
CMYK
RGB Variations
Color information
#622F6E (or 0x622F6E) is known color: Seance. HEX triplet: 62, 2F and 6E. RGB value is (98,47,110). Sum of RGB (Red+Green+Blue) = 98+47+110=255 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.43% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 110 - color contains mainly: blue. Hex color #622F6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622F6E is #9DD091. Grayscale: #454545. Windows color (decimal): -10342546 or 7221090. OLE color: 7221090.
HSL color Cylindrical-coordinate representation of color #622F6E: hue angle of 288.57º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #622F6E is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 47 | 110 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.57 |
| HSL | 288.57º | 0.4% | 0.31% | - |
| HSV(B) | 288.57º | 0.57% | 0.43% | - |
| XYZ | 8.87 | 5.76 | 15.4 | - |
| YUV | 69.43 | 150.9 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 47 | 110 | 0.11 | 0.57 | 0 | 0.57 | 288.57 | 0.4 | 0.31 |
| Hex | 62 | 2F | 6E | B | 39 | 0 | 39 | 121 | 28 | 1F |
| Octal | 142 | 57 | 156 | 13 | 71 | 0 | 71 | 441 | 50 | 37 |
| Binary | 1100010 | 101111 | 1101110 | 1011 | 111001 | 0 | 111001 | 100100001 | 101000 | 11111 |
Color Harmonies of #622F6E
Complementary color
Monochromatic Colors of #622F6E
Black with #622F6E
Text Example
Text Example
White with #622F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622F6E; }
p { color: rgb(98,47,110); }
H1.HeaderClassName
{
color: #622F6E;
}
.AnyTagClassName
{
color: #622F6E;
}
</style>
background-color css
<style>
a { background-color: #622F6E; }
a { background-color: rgb(98,47,110); }
div.DivClassName
{
background-color: #622F6E;
}
.BgClassName
{
background-color: #622F6E;
}
</style>
border-color css
<style>
span { border-color: #622F6E; }
span { border-color: rgb(98,47,110); }
td.TdClassName
{
border-color: #622F6E;
}
.TagClassName
{
border-color: #622F6E;
}
</style>