Shades of Seance #682E73
Tints of Seance #682E73
RGB
CMYK
RGB Variations
Color information
#682E73 (or 0x682E73) is known color: Seance. HEX triplet: 68, 2E and 73. RGB value is (104,46,115). Sum of RGB (Red+Green+Blue) = 104+46+115=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 115 - color contains mainly: blue. Hex color #682E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682E73 is #97D18C. Grayscale: #464646. Windows color (decimal): -9949581 or 7548520. OLE color: 7548520.
HSL color Cylindrical-coordinate representation of color #682E73: hue angle of 290.43º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #682E73 is Cyan = 0.10, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 46 | 115 | - |
| CMYK | 0.10 | 0.6 | 0 | 0.55 |
| HSL | 290.43º | 0.43% | 0.32% | - |
| HSV(B) | 290.43º | 0.6% | 0.45% | - |
| XYZ | 9.78 | 6.13 | 16.89 | - |
| YUV | 71.21 | 152.72 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 46 | 115 | 0.10 | 0.6 | 0 | 0.55 | 290.43 | 0.43 | 0.32 |
| Hex | 68 | 2E | 73 | A | 3C | 0 | 37 | 122 | 2B | 20 |
| Octal | 150 | 56 | 163 | 12 | 74 | 0 | 67 | 442 | 53 | 40 |
| Binary | 1101000 | 101110 | 1110011 | 1010 | 111100 | 0 | 110111 | 100100010 | 101011 | 100000 |
Color Harmonies of #682E73
Complementary color
Monochromatic Colors of #682E73
Black with #682E73
Text Example
Text Example
White with #682E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682E73; }
p { color: rgb(104,46,115); }
H1.HeaderClassName
{
color: #682E73;
}
.AnyTagClassName
{
color: #682E73;
}
</style>
background-color css
<style>
a { background-color: #682E73; }
a { background-color: rgb(104,46,115); }
div.DivClassName
{
background-color: #682E73;
}
.BgClassName
{
background-color: #682E73;
}
</style>
border-color css
<style>
span { border-color: #682E73; }
span { border-color: rgb(104,46,115); }
td.TdClassName
{
border-color: #682E73;
}
.TagClassName
{
border-color: #682E73;
}
</style>