Shades of Seance #683C6B
Tints of Seance #683C6B
RGB
CMYK
RGB Variations
Color information
#683C6B (or 0x683C6B) is known color: Seance. HEX triplet: 68, 3C and 6B. RGB value is (104,60,107). Sum of RGB (Red+Green+Blue) = 104+60+107=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 107 - color contains mainly: blue. Hex color #683C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683C6B is #97C394. Grayscale: #4E4E4E. Windows color (decimal): -9946005 or 7027816. OLE color: 7027816.
HSL color Cylindrical-coordinate representation of color #683C6B: hue angle of 296.17º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #683C6B is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 60 | 107 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.58 |
| HSL | 296.17º | 0.28% | 0.33% | - |
| HSV(B) | 296.17º | 0.44% | 0.42% | - |
| XYZ | 9.98 | 7.24 | 14.78 | - |
| YUV | 78.51 | 144.08 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 107 | 0.03 | 0.44 | 0 | 0.58 | 296.17 | 0.28 | 0.33 |
| Hex | 68 | 3C | 6B | 3 | 2C | 0 | 3A | 128 | 1C | 21 |
| Octal | 150 | 74 | 153 | 3 | 54 | 0 | 72 | 450 | 34 | 41 |
| Binary | 1101000 | 111100 | 1101011 | 11 | 101100 | 0 | 111010 | 100101000 | 11100 | 100001 |
Color Harmonies of #683C6B
Complementary color
Monochromatic Colors of #683C6B
Black with #683C6B
Text Example
Text Example
White with #683C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683C6B; }
p { color: rgb(104,60,107); }
H1.HeaderClassName
{
color: #683C6B;
}
.AnyTagClassName
{
color: #683C6B;
}
</style>
background-color css
<style>
a { background-color: #683C6B; }
a { background-color: rgb(104,60,107); }
div.DivClassName
{
background-color: #683C6B;
}
.BgClassName
{
background-color: #683C6B;
}
</style>
border-color css
<style>
span { border-color: #683C6B; }
span { border-color: rgb(104,60,107); }
td.TdClassName
{
border-color: #683C6B;
}
.TagClassName
{
border-color: #683C6B;
}
</style>