Shades of Seance #682E70
Tints of Seance #682E70
RGB
CMYK
RGB Variations
Color information
#682E70 (or 0x682E70) is known color: Seance. HEX triplet: 68, 2E and 70. RGB value is (104,46,112). Sum of RGB (Red+Green+Blue) = 104+46+112=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 46 (18.36% from 255 or 17.56% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 112 - color contains mainly: blue. Hex color #682E70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682E70 is #97D18F. Grayscale: #464646. Windows color (decimal): -9949584 or 7351912. OLE color: 7351912.
HSL color Cylindrical-coordinate representation of color #682E70: hue angle of 292.73º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #682E70 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 46 | 112 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.56 |
| HSL | 292.73º | 0.42% | 0.31% | - |
| HSV(B) | 292.73º | 0.59% | 0.44% | - |
| XYZ | 9.61 | 6.07 | 15.99 | - |
| YUV | 70.87 | 151.22 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 46 | 112 | 0.07 | 0.59 | 0 | 0.56 | 292.73 | 0.42 | 0.31 |
| Hex | 68 | 2E | 70 | 7 | 3B | 0 | 38 | 125 | 2A | 1F |
| Octal | 150 | 56 | 160 | 7 | 73 | 0 | 70 | 445 | 52 | 37 |
| Binary | 1101000 | 101110 | 1110000 | 111 | 111011 | 0 | 111000 | 100100101 | 101010 | 11111 |
Color Harmonies of #682E70
Complementary color
Monochromatic Colors of #682E70
Black with #682E70
Text Example
Text Example
White with #682E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682E70; }
p { color: rgb(104,46,112); }
H1.HeaderClassName
{
color: #682E70;
}
.AnyTagClassName
{
color: #682E70;
}
</style>
background-color css
<style>
a { background-color: #682E70; }
a { background-color: rgb(104,46,112); }
div.DivClassName
{
background-color: #682E70;
}
.BgClassName
{
background-color: #682E70;
}
</style>
border-color css
<style>
span { border-color: #682E70; }
span { border-color: rgb(104,46,112); }
td.TdClassName
{
border-color: #682E70;
}
.TagClassName
{
border-color: #682E70;
}
</style>