Shades of Seance #621F6F
Tints of Seance #621F6F
RGB
CMYK
RGB Variations
Color information
#621F6F (or 0x621F6F) is known color: Seance. HEX triplet: 62, 1F and 6F. RGB value is (98,31,111). Sum of RGB (Red+Green+Blue) = 98+31+111=240 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.83% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 111 - color contains mainly: blue. Hex color #621F6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621F6F is #9DE090. Grayscale: #3B3B3B. Windows color (decimal): -10346641 or 7282530. OLE color: 7282530.
HSL color Cylindrical-coordinate representation of color #621F6F: hue angle of 290.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #621F6F is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 31 | 111 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.56 |
| HSL | 290.25º | 0.56% | 0.28% | - |
| HSV(B) | 290.25º | 0.72% | 0.44% | - |
| XYZ | 8.4 | 4.72 | 15.51 | - |
| YUV | 60.15 | 156.7 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 31 | 111 | 0.12 | 0.72 | 0 | 0.56 | 290.25 | 0.56 | 0.28 |
| Hex | 62 | 1F | 6F | C | 48 | 0 | 38 | 122 | 38 | 1C |
| Octal | 142 | 37 | 157 | 14 | 110 | 0 | 70 | 442 | 70 | 34 |
| Binary | 1100010 | 11111 | 1101111 | 1100 | 1001000 | 0 | 111000 | 100100010 | 111000 | 11100 |
Color Harmonies of #621F6F
Complementary color
Monochromatic Colors of #621F6F
Black with #621F6F
Text Example
Text Example
White with #621F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621F6F; }
p { color: rgb(98,31,111); }
H1.HeaderClassName
{
color: #621F6F;
}
.AnyTagClassName
{
color: #621F6F;
}
</style>
background-color css
<style>
a { background-color: #621F6F; }
a { background-color: rgb(98,31,111); }
div.DivClassName
{
background-color: #621F6F;
}
.BgClassName
{
background-color: #621F6F;
}
</style>
border-color css
<style>
span { border-color: #621F6F; }
span { border-color: rgb(98,31,111); }
td.TdClassName
{
border-color: #621F6F;
}
.TagClassName
{
border-color: #621F6F;
}
</style>