Shades of Seance #683869
Tints of Seance #683869
RGB
CMYK
RGB Variations
Color information
#683869 (or 0x683869) is known color: Seance. HEX triplet: 68, 38 and 69. RGB value is (104,56,105). Sum of RGB (Red+Green+Blue) = 104+56+105=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 105 - color contains mainly: blue. Hex color #683869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683869 is #97C796. Grayscale: #4B4B4B. Windows color (decimal): -9947031 or 6895720. OLE color: 6895720.
HSL color Cylindrical-coordinate representation of color #683869: hue angle of 298.78º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #683869 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 56 | 105 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.59 |
| HSL | 298.78º | 0.3% | 0.32% | - |
| HSV(B) | 298.78º | 0.47% | 0.41% | - |
| XYZ | 9.67 | 6.79 | 14.17 | - |
| YUV | 75.94 | 144.4 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 105 | 0.01 | 0.47 | 0 | 0.59 | 298.78 | 0.3 | 0.32 |
| Hex | 68 | 38 | 69 | 1 | 2F | 0 | 3B | 12B | 1E | 20 |
| Octal | 150 | 70 | 151 | 1 | 57 | 0 | 73 | 453 | 36 | 40 |
| Binary | 1101000 | 111000 | 1101001 | 1 | 101111 | 0 | 111011 | 100101011 | 11110 | 100000 |
Color Harmonies of #683869
Complementary color
Monochromatic Colors of #683869
Black with #683869
Text Example
Text Example
White with #683869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683869; }
p { color: rgb(104,56,105); }
H1.HeaderClassName
{
color: #683869;
}
.AnyTagClassName
{
color: #683869;
}
</style>
background-color css
<style>
a { background-color: #683869; }
a { background-color: rgb(104,56,105); }
div.DivClassName
{
background-color: #683869;
}
.BgClassName
{
background-color: #683869;
}
</style>
border-color css
<style>
span { border-color: #683869; }
span { border-color: rgb(104,56,105); }
td.TdClassName
{
border-color: #683869;
}
.TagClassName
{
border-color: #683869;
}
</style>