Shades of Seance #683E68
Tints of Seance #683E68
RGB
CMYK
RGB Variations
Color information
#683E68 (or 0x683E68) is known color: Seance. HEX triplet: 68, 3E and 68. RGB value is (104,62,104). Sum of RGB (Red+Green+Blue) = 104+62+104=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #683E68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683E68 is #97C197. Grayscale: #4F4F4F. Windows color (decimal): -9945496 or 6831720. OLE color: 6831720.
HSL color Cylindrical-coordinate representation of color #683E68: hue angle of 300º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #683E68 is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 62 | 104 | - |
| CMYK | 0 | 0.40 | 0 | 0.59 |
| HSL | 300º | 0.25% | 0.33% | - |
| HSV(B) | 300º | 0.4% | 0.41% | - |
| XYZ | 9.93 | 7.39 | 14 | - |
| YUV | 79.35 | 141.91 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 62 | 104 | 0 | 0.40 | 0 | 0.59 | 300 | 0.25 | 0.33 |
| Hex | 68 | 3E | 68 | 0 | 28 | 0 | 3B | 12C | 19 | 21 |
| Octal | 150 | 76 | 150 | 0 | 50 | 0 | 73 | 454 | 31 | 41 |
| Binary | 1101000 | 111110 | 1101000 | 0 | 101000 | 0 | 111011 | 100101100 | 11001 | 100001 |
Color Harmonies of #683E68
Complementary color
Monochromatic Colors of #683E68
Black with #683E68
Text Example
Text Example
White with #683E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683E68; }
p { color: rgb(104,62,104); }
H1.HeaderClassName
{
color: #683E68;
}
.AnyTagClassName
{
color: #683E68;
}
</style>
background-color css
<style>
a { background-color: #683E68; }
a { background-color: rgb(104,62,104); }
div.DivClassName
{
background-color: #683E68;
}
.BgClassName
{
background-color: #683E68;
}
</style>
border-color css
<style>
span { border-color: #683E68; }
span { border-color: rgb(104,62,104); }
td.TdClassName
{
border-color: #683E68;
}
.TagClassName
{
border-color: #683E68;
}
</style>