Shades of Seance #654065
Tints of Seance #654065
RGB
CMYK
RGB Variations
Color information
#654065 (or 0x654065) is known color: Seance. HEX triplet: 65, 40 and 65. RGB value is (101,64,101). Sum of RGB (Red+Green+Blue) = 101+64+101=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #654065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654065 is #9ABF9A. Grayscale: #4F4F4F. Windows color (decimal): -10141595 or 6635621. OLE color: 6635621.
HSL color Cylindrical-coordinate representation of color #654065: hue angle of 300º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #654065 is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 64 | 101 | - |
| CMYK | 0 | 0.37 | 0 | 0.60 |
| HSL | 300º | 0.22% | 0.32% | - |
| HSV(B) | 300º | 0.37% | 0.4% | - |
| XYZ | 9.55 | 7.37 | 13.23 | - |
| YUV | 79.28 | 140.26 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 64 | 101 | 0 | 0.37 | 0 | 0.60 | 300 | 0.22 | 0.32 |
| Hex | 65 | 40 | 65 | 0 | 25 | 0 | 3C | 12C | 16 | 20 |
| Octal | 145 | 100 | 145 | 0 | 45 | 0 | 74 | 454 | 26 | 40 |
| Binary | 1100101 | 1000000 | 1100101 | 0 | 100101 | 0 | 111100 | 100101100 | 10110 | 100000 |
Color Harmonies of #654065
Complementary color
Monochromatic Colors of #654065
Black with #654065
Text Example
Text Example
White with #654065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654065; }
p { color: rgb(101,64,101); }
H1.HeaderClassName
{
color: #654065;
}
.AnyTagClassName
{
color: #654065;
}
</style>
background-color css
<style>
a { background-color: #654065; }
a { background-color: rgb(101,64,101); }
div.DivClassName
{
background-color: #654065;
}
.BgClassName
{
background-color: #654065;
}
</style>
border-color css
<style>
span { border-color: #654065; }
span { border-color: rgb(101,64,101); }
td.TdClassName
{
border-color: #654065;
}
.TagClassName
{
border-color: #654065;
}
</style>