Shades of Seance #683C68
Tints of Seance #683C68
RGB
CMYK
RGB Variations
Color information
#683C68 (or 0x683C68) is known color: Seance. HEX triplet: 68, 3C and 68. RGB value is (104,60,104). Sum of RGB (Red+Green+Blue) = 104+60+104=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #683C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683C68 is #97C397. Grayscale: #4E4E4E. Windows color (decimal): -9946008 or 6831208. OLE color: 6831208.
HSL color Cylindrical-coordinate representation of color #683C68: hue angle of 300º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #683C68 is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 60 | 104 | - |
| CMYK | 0 | 0.42 | 0 | 0.59 |
| HSL | 300º | 0.27% | 0.32% | - |
| HSV(B) | 300º | 0.42% | 0.41% | - |
| XYZ | 9.82 | 7.17 | 13.96 | - |
| YUV | 78.17 | 142.58 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 104 | 0 | 0.42 | 0 | 0.59 | 300 | 0.27 | 0.32 |
| Hex | 68 | 3C | 68 | 0 | 2A | 0 | 3B | 12C | 1B | 20 |
| Octal | 150 | 74 | 150 | 0 | 52 | 0 | 73 | 454 | 33 | 40 |
| Binary | 1101000 | 111100 | 1101000 | 0 | 101010 | 0 | 111011 | 100101100 | 11011 | 100000 |
Color Harmonies of #683C68
Complementary color
Monochromatic Colors of #683C68
Black with #683C68
Text Example
Text Example
White with #683C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683C68; }
p { color: rgb(104,60,104); }
H1.HeaderClassName
{
color: #683C68;
}
.AnyTagClassName
{
color: #683C68;
}
</style>
background-color css
<style>
a { background-color: #683C68; }
a { background-color: rgb(104,60,104); }
div.DivClassName
{
background-color: #683C68;
}
.BgClassName
{
background-color: #683C68;
}
</style>
border-color css
<style>
span { border-color: #683C68; }
span { border-color: rgb(104,60,104); }
td.TdClassName
{
border-color: #683C68;
}
.TagClassName
{
border-color: #683C68;
}
</style>