Shades of Seance #621C6B
Tints of Seance #621C6B
RGB
CMYK
RGB Variations
Color information
#621C6B (or 0x621C6B) is known color: Seance. HEX triplet: 62, 1C and 6B. RGB value is (98,28,107). Sum of RGB (Red+Green+Blue) = 98+28+107=233 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.06% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 107 - color contains mainly: blue. Hex color #621C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621C6B is #9DE394. Grayscale: #393939. Windows color (decimal): -10347413 or 7019618. OLE color: 7019618.
HSL color Cylindrical-coordinate representation of color #621C6B: hue angle of 293.16º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #621C6B is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 28 | 107 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.58 |
| HSL | 293.16º | 0.59% | 0.26% | - |
| HSV(B) | 293.16º | 0.74% | 0.42% | - |
| XYZ | 8.11 | 4.49 | 14.35 | - |
| YUV | 57.94 | 155.69 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 28 | 107 | 0.08 | 0.74 | 0 | 0.58 | 293.16 | 0.59 | 0.26 |
| Hex | 62 | 1C | 6B | 8 | 4A | 0 | 3A | 125 | 3B | 1A |
| Octal | 142 | 34 | 153 | 10 | 112 | 0 | 72 | 445 | 73 | 32 |
| Binary | 1100010 | 11100 | 1101011 | 1000 | 1001010 | 0 | 111010 | 100100101 | 111011 | 11010 |
Color Harmonies of #621C6B
Complementary color
Monochromatic Colors of #621C6B
Black with #621C6B
Text Example
Text Example
White with #621C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621C6B; }
p { color: rgb(98,28,107); }
H1.HeaderClassName
{
color: #621C6B;
}
.AnyTagClassName
{
color: #621C6B;
}
</style>
background-color css
<style>
a { background-color: #621C6B; }
a { background-color: rgb(98,28,107); }
div.DivClassName
{
background-color: #621C6B;
}
.BgClassName
{
background-color: #621C6B;
}
</style>
border-color css
<style>
span { border-color: #621C6B; }
span { border-color: rgb(98,28,107); }
td.TdClassName
{
border-color: #621C6B;
}
.TagClassName
{
border-color: #621C6B;
}
</style>