Shades of Seance #621A6B
Tints of Seance #621A6B
RGB
CMYK
RGB Variations
Color information
#621A6B (or 0x621A6B) is known color: Seance. HEX triplet: 62, 1A and 6B. RGB value is (98,26,107). Sum of RGB (Red+Green+Blue) = 98+26+107=231 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.42% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 107 - color contains mainly: blue. Hex color #621A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621A6B is #9DE594. Grayscale: #383838. Windows color (decimal): -10347925 or 7019106. OLE color: 7019106.
HSL color Cylindrical-coordinate representation of color #621A6B: hue angle of 293.33º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #621A6B is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 26 | 107 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.58 |
| HSL | 293.33º | 0.61% | 0.26% | - |
| HSV(B) | 293.33º | 0.76% | 0.42% | - |
| XYZ | 8.06 | 4.4 | 14.33 | - |
| YUV | 56.76 | 156.35 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 26 | 107 | 0.08 | 0.76 | 0 | 0.58 | 293.33 | 0.61 | 0.26 |
| Hex | 62 | 1A | 6B | 8 | 4C | 0 | 3A | 125 | 3D | 1A |
| Octal | 142 | 32 | 153 | 10 | 114 | 0 | 72 | 445 | 75 | 32 |
| Binary | 1100010 | 11010 | 1101011 | 1000 | 1001100 | 0 | 111010 | 100100101 | 111101 | 11010 |
Color Harmonies of #621A6B
Complementary color
Monochromatic Colors of #621A6B
Black with #621A6B
Text Example
Text Example
White with #621A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621A6B; }
p { color: rgb(98,26,107); }
H1.HeaderClassName
{
color: #621A6B;
}
.AnyTagClassName
{
color: #621A6B;
}
</style>
background-color css
<style>
a { background-color: #621A6B; }
a { background-color: rgb(98,26,107); }
div.DivClassName
{
background-color: #621A6B;
}
.BgClassName
{
background-color: #621A6B;
}
</style>
border-color css
<style>
span { border-color: #621A6B; }
span { border-color: rgb(98,26,107); }
td.TdClassName
{
border-color: #621A6B;
}
.TagClassName
{
border-color: #621A6B;
}
</style>