Shades of Seance #683865
Tints of Seance #683865
RGB
CMYK
RGB Variations
Color information
#683865 (or 0x683865) is known color: Seance. HEX triplet: 68, 38 and 65. RGB value is (104,56,101). Sum of RGB (Red+Green+Blue) = 104+56+101=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #683865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683865 is #97C79A. Grayscale: #4B4B4B. Windows color (decimal): -9947035 or 6633576. OLE color: 6633576.
HSL color Cylindrical-coordinate representation of color #683865: hue angle of 303.75º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #683865 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 56 | 101 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.59 |
| HSL | 303.75º | 0.3% | 0.31% | - |
| HSV(B) | 303.75º | 0.46% | 0.41% | - |
| XYZ | 9.47 | 6.71 | 13.11 | - |
| YUV | 75.48 | 142.4 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 101 | 0 | 0.46 | 0.03 | 0.59 | 303.75 | 0.3 | 0.31 |
| Hex | 68 | 38 | 65 | 0 | 2E | 3 | 3B | 130 | 1E | 1F |
| Octal | 150 | 70 | 145 | 0 | 56 | 3 | 73 | 460 | 36 | 37 |
| Binary | 1101000 | 111000 | 1100101 | 0 | 101110 | 11 | 111011 | 100110000 | 11110 | 11111 |
Color Harmonies of #683865
Complementary color
Monochromatic Colors of #683865
Black with #683865
Text Example
Text Example
White with #683865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683865; }
p { color: rgb(104,56,101); }
H1.HeaderClassName
{
color: #683865;
}
.AnyTagClassName
{
color: #683865;
}
</style>
background-color css
<style>
a { background-color: #683865; }
a { background-color: rgb(104,56,101); }
div.DivClassName
{
background-color: #683865;
}
.BgClassName
{
background-color: #683865;
}
</style>
border-color css
<style>
span { border-color: #683865; }
span { border-color: rgb(104,56,101); }
td.TdClassName
{
border-color: #683865;
}
.TagClassName
{
border-color: #683865;
}
</style>