Shades of Seance #684065
Tints of Seance #684065
RGB
CMYK
RGB Variations
Color information
#684065 (or 0x684065) is known color: Seance. HEX triplet: 68, 40 and 65. RGB value is (104,64,101). Sum of RGB (Red+Green+Blue) = 104+64+101=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #684065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684065 is #97BF9A. Grayscale: #505050. Windows color (decimal): -9944987 or 6635624. OLE color: 6635624.
HSL color Cylindrical-coordinate representation of color #684065: hue angle of 304.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #684065 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 64 | 101 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.59 |
| HSL | 304.5º | 0.24% | 0.33% | - |
| HSV(B) | 304.5º | 0.38% | 0.41% | - |
| XYZ | 9.89 | 7.55 | 13.25 | - |
| YUV | 80.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 64 | 101 | 0 | 0.38 | 0.03 | 0.59 | 304.5 | 0.24 | 0.33 |
| Hex | 68 | 40 | 65 | 0 | 26 | 3 | 3B | 130 | 18 | 21 |
| Octal | 150 | 100 | 145 | 0 | 46 | 3 | 73 | 460 | 30 | 41 |
| Binary | 1101000 | 1000000 | 1100101 | 0 | 100110 | 11 | 111011 | 100110000 | 11000 | 100001 |
Color Harmonies of #684065
Complementary color
Monochromatic Colors of #684065
Black with #684065
Text Example
Text Example
White with #684065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684065; }
p { color: rgb(104,64,101); }
H1.HeaderClassName
{
color: #684065;
}
.AnyTagClassName
{
color: #684065;
}
</style>
background-color css
<style>
a { background-color: #684065; }
a { background-color: rgb(104,64,101); }
div.DivClassName
{
background-color: #684065;
}
.BgClassName
{
background-color: #684065;
}
</style>
border-color css
<style>
span { border-color: #684065; }
span { border-color: rgb(104,64,101); }
td.TdClassName
{
border-color: #684065;
}
.TagClassName
{
border-color: #684065;
}
</style>