Shades of Seance #681683
Tints of Seance #681683
RGB
CMYK
RGB Variations
Color information
#681683 (or 0x681683) is known color: Seance. HEX triplet: 68, 16 and 83. RGB value is (104,22,131). Sum of RGB (Red+Green+Blue) = 104+22+131=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 131 (51.56% from 255 or 50.97% from 257); Max value from RGB is 131 - color contains mainly: blue. Hex color #681683 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681683 is #97E97C. Grayscale: #3A3A3A. Windows color (decimal): -9955709 or 8590952. OLE color: 8590952.
HSL color Cylindrical-coordinate representation of color #681683: hue angle of 285.14º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #681683 is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 22 | 131 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.49 |
| HSL | 285.14º | 0.71% | 0.3% | - |
| HSV(B) | 285.14º | 0.83% | 0.51% | - |
| XYZ | 10.09 | 5.16 | 21.94 | - |
| YUV | 58.94 | 168.67 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 22 | 131 | 0.21 | 0.83 | 0 | 0.49 | 285.14 | 0.71 | 0.3 |
| Hex | 68 | 16 | 83 | 15 | 53 | 0 | 31 | 11D | 47 | 1E |
| Octal | 150 | 26 | 203 | 25 | 123 | 0 | 61 | 435 | 107 | 36 |
| Binary | 1101000 | 10110 | 10000011 | 10101 | 1010011 | 0 | 110001 | 100011101 | 1000111 | 11110 |
Color Harmonies of #681683
Complementary color
Monochromatic Colors of #681683
Black with #681683
Text Example
Text Example
White with #681683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681683; }
p { color: rgb(104,22,131); }
H1.HeaderClassName
{
color: #681683;
}
.AnyTagClassName
{
color: #681683;
}
</style>
background-color css
<style>
a { background-color: #681683; }
a { background-color: rgb(104,22,131); }
div.DivClassName
{
background-color: #681683;
}
.BgClassName
{
background-color: #681683;
}
</style>
border-color css
<style>
span { border-color: #681683; }
span { border-color: rgb(104,22,131); }
td.TdClassName
{
border-color: #681683;
}
.TagClassName
{
border-color: #681683;
}
</style>