Shades of Seance #683268
Tints of Seance #683268
RGB
CMYK
RGB Variations
Color information
#683268 (or 0x683268) is known color: Seance. HEX triplet: 68, 32 and 68. RGB value is (104,50,104). Sum of RGB (Red+Green+Blue) = 104+50+104=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #683268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683268 is #97CD97. Grayscale: #484848. Windows color (decimal): -9948568 or 6828648. OLE color: 6828648.
HSL color Cylindrical-coordinate representation of color #683268: hue angle of 300º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #683268 is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 50 | 104 | - |
| CMYK | 0 | 0.52 | 0 | 0.59 |
| HSL | 300º | 0.35% | 0.3% | - |
| HSV(B) | 300º | 0.52% | 0.41% | - |
| XYZ | 9.35 | 6.22 | 13.81 | - |
| YUV | 72.3 | 145.89 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 50 | 104 | 0 | 0.52 | 0 | 0.59 | 300 | 0.35 | 0.3 |
| Hex | 68 | 32 | 68 | 0 | 34 | 0 | 3B | 12C | 23 | 1E |
| Octal | 150 | 62 | 150 | 0 | 64 | 0 | 73 | 454 | 43 | 36 |
| Binary | 1101000 | 110010 | 1101000 | 0 | 110100 | 0 | 111011 | 100101100 | 100011 | 11110 |
Color Harmonies of #683268
Complementary color
Monochromatic Colors of #683268
Black with #683268
Text Example
Text Example
White with #683268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683268; }
p { color: rgb(104,50,104); }
H1.HeaderClassName
{
color: #683268;
}
.AnyTagClassName
{
color: #683268;
}
</style>
background-color css
<style>
a { background-color: #683268; }
a { background-color: rgb(104,50,104); }
div.DivClassName
{
background-color: #683268;
}
.BgClassName
{
background-color: #683268;
}
</style>
border-color css
<style>
span { border-color: #683268; }
span { border-color: rgb(104,50,104); }
td.TdClassName
{
border-color: #683268;
}
.TagClassName
{
border-color: #683268;
}
</style>