Shades of Seance #682D6C
Tints of Seance #682D6C
RGB
CMYK
RGB Variations
Color information
#682D6C (or 0x682D6C) is known color: Seance. HEX triplet: 68, 2D and 6C. RGB value is (104,45,108). Sum of RGB (Red+Green+Blue) = 104+45+108=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 108 - color contains mainly: blue. Hex color #682D6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682D6C is #97D293. Grayscale: #454545. Windows color (decimal): -9949844 or 7089512. OLE color: 7089512.
HSL color Cylindrical-coordinate representation of color #682D6C: hue angle of 296.19º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #682D6C is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 45 | 108 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.58 |
| HSL | 296.19º | 0.41% | 0.3% | - |
| HSV(B) | 296.19º | 0.58% | 0.42% | - |
| XYZ | 9.35 | 5.9 | 14.83 | - |
| YUV | 69.82 | 149.55 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 108 | 0.04 | 0.58 | 0 | 0.58 | 296.19 | 0.41 | 0.3 |
| Hex | 68 | 2D | 6C | 4 | 3A | 0 | 3A | 128 | 29 | 1E |
| Octal | 150 | 55 | 154 | 4 | 72 | 0 | 72 | 450 | 51 | 36 |
| Binary | 1101000 | 101101 | 1101100 | 100 | 111010 | 0 | 111010 | 100101000 | 101001 | 11110 |
Color Harmonies of #682D6C
Complementary color
Monochromatic Colors of #682D6C
Black with #682D6C
Text Example
Text Example
White with #682D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682D6C; }
p { color: rgb(104,45,108); }
H1.HeaderClassName
{
color: #682D6C;
}
.AnyTagClassName
{
color: #682D6C;
}
</style>
background-color css
<style>
a { background-color: #682D6C; }
a { background-color: rgb(104,45,108); }
div.DivClassName
{
background-color: #682D6C;
}
.BgClassName
{
background-color: #682D6C;
}
</style>
border-color css
<style>
span { border-color: #682D6C; }
span { border-color: rgb(104,45,108); }
td.TdClassName
{
border-color: #682D6C;
}
.TagClassName
{
border-color: #682D6C;
}
</style>