Shades of Seance #681170
Tints of Seance #681170
RGB
CMYK
RGB Variations
Color information
#681170 (or 0x681170) is known color: Seance. HEX triplet: 68, 11 and 70. RGB value is (104,17,112). Sum of RGB (Red+Green+Blue) = 104+17+112=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #681170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681170 is #97EE8F. Grayscale: #353535. Windows color (decimal): -9957008 or 7344488. OLE color: 7344488.
HSL color Cylindrical-coordinate representation of color #681170: hue angle of 294.95º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681170 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 17 | 112 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.56 |
| HSL | 294.95º | 0.74% | 0.25% | - |
| HSV(B) | 294.95º | 0.85% | 0.44% | - |
| XYZ | 8.83 | 4.51 | 15.73 | - |
| YUV | 53.84 | 160.82 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 112 | 0.07 | 0.85 | 0 | 0.56 | 294.95 | 0.74 | 0.25 |
| Hex | 68 | 11 | 70 | 7 | 55 | 0 | 38 | 127 | 4A | 19 |
| Octal | 150 | 21 | 160 | 7 | 125 | 0 | 70 | 447 | 112 | 31 |
| Binary | 1101000 | 10001 | 1110000 | 111 | 1010101 | 0 | 111000 | 100100111 | 1001010 | 11001 |
Color Harmonies of #681170
Complementary color
Monochromatic Colors of #681170
Black with #681170
Text Example
Text Example
White with #681170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681170; }
p { color: rgb(104,17,112); }
H1.HeaderClassName
{
color: #681170;
}
.AnyTagClassName
{
color: #681170;
}
</style>
background-color css
<style>
a { background-color: #681170; }
a { background-color: rgb(104,17,112); }
div.DivClassName
{
background-color: #681170;
}
.BgClassName
{
background-color: #681170;
}
</style>
border-color css
<style>
span { border-color: #681170; }
span { border-color: rgb(104,17,112); }
td.TdClassName
{
border-color: #681170;
}
.TagClassName
{
border-color: #681170;
}
</style>