Shades of Seance #621674
Tints of Seance #621674
RGB
CMYK
RGB Variations
Color information
#621674 (or 0x621674) is known color: Seance. HEX triplet: 62, 16 and 74. RGB value is (98,22,116). Sum of RGB (Red+Green+Blue) = 98+22+116=236 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.53% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 116 (45.70% from 255 or 49.15% from 236); Max value from RGB is 116 - color contains mainly: blue. Hex color #621674 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621674 is #9DE98B. Grayscale: #373737. Windows color (decimal): -10348940 or 7607906. OLE color: 7607906.
HSL color Cylindrical-coordinate representation of color #621674: hue angle of 288.51º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #621674 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 22 | 116 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.55 |
| HSL | 288.51º | 0.68% | 0.27% | - |
| HSV(B) | 288.51º | 0.81% | 0.45% | - |
| XYZ | 8.48 | 4.43 | 16.93 | - |
| YUV | 55.44 | 162.18 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 22 | 116 | 0.16 | 0.81 | 0 | 0.55 | 288.51 | 0.68 | 0.27 |
| Hex | 62 | 16 | 74 | 10 | 51 | 0 | 37 | 121 | 44 | 1B |
| Octal | 142 | 26 | 164 | 20 | 121 | 0 | 67 | 441 | 104 | 33 |
| Binary | 1100010 | 10110 | 1110100 | 10000 | 1010001 | 0 | 110111 | 100100001 | 1000100 | 11011 |
Color Harmonies of #621674
Complementary color
Monochromatic Colors of #621674
Black with #621674
Text Example
Text Example
White with #621674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621674; }
p { color: rgb(98,22,116); }
H1.HeaderClassName
{
color: #621674;
}
.AnyTagClassName
{
color: #621674;
}
</style>
background-color css
<style>
a { background-color: #621674; }
a { background-color: rgb(98,22,116); }
div.DivClassName
{
background-color: #621674;
}
.BgClassName
{
background-color: #621674;
}
</style>
border-color css
<style>
span { border-color: #621674; }
span { border-color: rgb(98,22,116); }
td.TdClassName
{
border-color: #621674;
}
.TagClassName
{
border-color: #621674;
}
</style>