Shades of Seance #682E6D
Tints of Seance #682E6D
RGB
CMYK
RGB Variations
Color information
#682E6D (or 0x682E6D) is known color: Seance. HEX triplet: 68, 2E and 6D. RGB value is (104,46,109). Sum of RGB (Red+Green+Blue) = 104+46+109=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 46 (18.36% from 255 or 17.76% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 109 - color contains mainly: blue. Hex color #682E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682E6D is #97D192. Grayscale: #464646. Windows color (decimal): -9949587 or 7155304. OLE color: 7155304.
HSL color Cylindrical-coordinate representation of color #682E6D: hue angle of 295.24º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #682E6D is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 46 | 109 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.57 |
| HSL | 295.24º | 0.41% | 0.3% | - |
| HSV(B) | 295.24º | 0.58% | 0.43% | - |
| XYZ | 9.45 | 6 | 15.13 | - |
| YUV | 70.52 | 149.72 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 46 | 109 | 0.05 | 0.58 | 0 | 0.57 | 295.24 | 0.41 | 0.3 |
| Hex | 68 | 2E | 6D | 5 | 3A | 0 | 39 | 127 | 29 | 1E |
| Octal | 150 | 56 | 155 | 5 | 72 | 0 | 71 | 447 | 51 | 36 |
| Binary | 1101000 | 101110 | 1101101 | 101 | 111010 | 0 | 111001 | 100100111 | 101001 | 11110 |
Color Harmonies of #682E6D
Complementary color
Monochromatic Colors of #682E6D
Black with #682E6D
Text Example
Text Example
White with #682E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682E6D; }
p { color: rgb(104,46,109); }
H1.HeaderClassName
{
color: #682E6D;
}
.AnyTagClassName
{
color: #682E6D;
}
</style>
background-color css
<style>
a { background-color: #682E6D; }
a { background-color: rgb(104,46,109); }
div.DivClassName
{
background-color: #682E6D;
}
.BgClassName
{
background-color: #682E6D;
}
</style>
border-color css
<style>
span { border-color: #682E6D; }
span { border-color: rgb(104,46,109); }
td.TdClassName
{
border-color: #682E6D;
}
.TagClassName
{
border-color: #682E6D;
}
</style>