Shades of Seance #684064
Tints of Seance #684064
RGB
CMYK
RGB Variations
Color information
#684064 (or 0x684064) is known color: Seance. HEX triplet: 68, 40 and 64. RGB value is (104,64,100). Sum of RGB (Red+Green+Blue) = 104+64+100=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 104 - color contains mainly: red. Hex color #684064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684064 is #97BF9B. Grayscale: #4F4F4F. Windows color (decimal): -9944988 or 6570088. OLE color: 6570088.
HSL color Cylindrical-coordinate representation of color #684064: hue angle of 306º 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 #684064 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 64 | 100 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.59 |
| HSL | 306º | 0.24% | 0.33% | - |
| HSV(B) | 306º | 0.38% | 0.41% | - |
| XYZ | 9.84 | 7.53 | 12.99 | - |
| YUV | 80.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 64 | 100 | 0 | 0.38 | 0.04 | 0.59 | 306 | 0.24 | 0.33 |
| Hex | 68 | 40 | 64 | 0 | 26 | 4 | 3B | 132 | 18 | 21 |
| Octal | 150 | 100 | 144 | 0 | 46 | 4 | 73 | 462 | 30 | 41 |
| Binary | 1101000 | 1000000 | 1100100 | 0 | 100110 | 100 | 111011 | 100110010 | 11000 | 100001 |
Color Harmonies of #684064
Complementary color
Monochromatic Colors of #684064
Black with #684064
Text Example
Text Example
White with #684064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684064; }
p { color: rgb(104,64,100); }
H1.HeaderClassName
{
color: #684064;
}
.AnyTagClassName
{
color: #684064;
}
</style>
background-color css
<style>
a { background-color: #684064; }
a { background-color: rgb(104,64,100); }
div.DivClassName
{
background-color: #684064;
}
.BgClassName
{
background-color: #684064;
}
</style>
border-color css
<style>
span { border-color: #684064; }
span { border-color: rgb(104,64,100); }
td.TdClassName
{
border-color: #684064;
}
.TagClassName
{
border-color: #684064;
}
</style>