Shades of Seance #654365
Tints of Seance #654365
RGB
CMYK
RGB Variations
Color information
#654365 (or 0x654365) is known color: Seance. HEX triplet: 65, 43 and 65. RGB value is (101,67,101). Sum of RGB (Red+Green+Blue) = 101+67+101=269 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.55% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #654365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654365 is #9ABC9A. Grayscale: #505050. Windows color (decimal): -10140827 or 6636389. OLE color: 6636389.
HSL color Cylindrical-coordinate representation of color #654365: hue angle of 300º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #654365 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 67 | 101 | - |
| CMYK | 0 | 0.34 | 0 | 0.60 |
| HSL | 300º | 0.2% | 0.33% | - |
| HSV(B) | 300º | 0.34% | 0.4% | - |
| XYZ | 9.72 | 7.72 | 13.29 | - |
| YUV | 81.04 | 139.26 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 101 | 0 | 0.34 | 0 | 0.60 | 300 | 0.2 | 0.33 |
| Hex | 65 | 43 | 65 | 0 | 22 | 0 | 3C | 12C | 14 | 21 |
| Octal | 145 | 103 | 145 | 0 | 42 | 0 | 74 | 454 | 24 | 41 |
| Binary | 1100101 | 1000011 | 1100101 | 0 | 100010 | 0 | 111100 | 100101100 | 10100 | 100001 |
Color Harmonies of #654365
Complementary color
Monochromatic Colors of #654365
Black with #654365
Text Example
Text Example
White with #654365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654365; }
p { color: rgb(101,67,101); }
H1.HeaderClassName
{
color: #654365;
}
.AnyTagClassName
{
color: #654365;
}
</style>
background-color css
<style>
a { background-color: #654365; }
a { background-color: rgb(101,67,101); }
div.DivClassName
{
background-color: #654365;
}
.BgClassName
{
background-color: #654365;
}
</style>
border-color css
<style>
span { border-color: #654365; }
span { border-color: rgb(101,67,101); }
td.TdClassName
{
border-color: #654365;
}
.TagClassName
{
border-color: #654365;
}
</style>