Shades of Seance #622F6C
Tints of Seance #622F6C
RGB
CMYK
RGB Variations
Color information
#622F6C (or 0x622F6C) is known color: Seance. HEX triplet: 62, 2F and 6C. RGB value is (98,47,108). Sum of RGB (Red+Green+Blue) = 98+47+108=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #622F6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622F6C is #9DD093. Grayscale: #454545. Windows color (decimal): -10342548 or 7090018. OLE color: 7090018.
HSL color Cylindrical-coordinate representation of color #622F6C: hue angle of 290.16º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #622F6C is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 47 | 108 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.58 |
| HSL | 290.16º | 0.39% | 0.3% | - |
| HSV(B) | 290.16º | 0.56% | 0.42% | - |
| XYZ | 8.76 | 5.71 | 14.83 | - |
| YUV | 69.2 | 149.9 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 47 | 108 | 0.09 | 0.56 | 0 | 0.58 | 290.16 | 0.39 | 0.3 |
| Hex | 62 | 2F | 6C | 9 | 38 | 0 | 3A | 122 | 27 | 1E |
| Octal | 142 | 57 | 154 | 11 | 70 | 0 | 72 | 442 | 47 | 36 |
| Binary | 1100010 | 101111 | 1101100 | 1001 | 111000 | 0 | 111010 | 100100010 | 100111 | 11110 |
Color Harmonies of #622F6C
Complementary color
Monochromatic Colors of #622F6C
Black with #622F6C
Text Example
Text Example
White with #622F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622F6C; }
p { color: rgb(98,47,108); }
H1.HeaderClassName
{
color: #622F6C;
}
.AnyTagClassName
{
color: #622F6C;
}
</style>
background-color css
<style>
a { background-color: #622F6C; }
a { background-color: rgb(98,47,108); }
div.DivClassName
{
background-color: #622F6C;
}
.BgClassName
{
background-color: #622F6C;
}
</style>
border-color css
<style>
span { border-color: #622F6C; }
span { border-color: rgb(98,47,108); }
td.TdClassName
{
border-color: #622F6C;
}
.TagClassName
{
border-color: #622F6C;
}
</style>