Shades of Seance #654563
Tints of Seance #654563
RGB
CMYK
RGB Variations
Color information
#654563 (or 0x654563) is known color: Seance. HEX triplet: 65, 45 and 63. RGB value is (101,69,99). Sum of RGB (Red+Green+Blue) = 101+69+99=269 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.55% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 101 - color contains mainly: red. Hex color #654563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654563 is #9ABA9C. Grayscale: #515151. Windows color (decimal): -10140317 or 6505829. OLE color: 6505829.
HSL color Cylindrical-coordinate representation of color #654563: hue angle of 303.75º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #654563 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 69 | 99 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.60 |
| HSL | 303.75º | 0.19% | 0.33% | - |
| HSV(B) | 303.75º | 0.32% | 0.4% | - |
| XYZ | 9.75 | 7.92 | 12.82 | - |
| YUV | 81.99 | 137.6 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 99 | 0 | 0.32 | 0.02 | 0.60 | 303.75 | 0.19 | 0.33 |
| Hex | 65 | 45 | 63 | 0 | 20 | 2 | 3C | 130 | 13 | 21 |
| Octal | 145 | 105 | 143 | 0 | 40 | 2 | 74 | 460 | 23 | 41 |
| Binary | 1100101 | 1000101 | 1100011 | 0 | 100000 | 10 | 111100 | 100110000 | 10011 | 100001 |
Color Harmonies of #654563
Complementary color
Monochromatic Colors of #654563
Black with #654563
Text Example
Text Example
White with #654563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654563; }
p { color: rgb(101,69,99); }
H1.HeaderClassName
{
color: #654563;
}
.AnyTagClassName
{
color: #654563;
}
</style>
background-color css
<style>
a { background-color: #654563; }
a { background-color: rgb(101,69,99); }
div.DivClassName
{
background-color: #654563;
}
.BgClassName
{
background-color: #654563;
}
</style>
border-color css
<style>
span { border-color: #654563; }
span { border-color: rgb(101,69,99); }
td.TdClassName
{
border-color: #654563;
}
.TagClassName
{
border-color: #654563;
}
</style>