Shades of Seance #654165
Tints of Seance #654165
RGB
CMYK
RGB Variations
Color information
#654165 (or 0x654165) is known color: Seance. HEX triplet: 65, 41 and 65. RGB value is (101,65,101). Sum of RGB (Red+Green+Blue) = 101+65+101=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #654165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654165 is #9ABE9A. Grayscale: #4F4F4F. Windows color (decimal): -10141339 or 6635877. OLE color: 6635877.
HSL color Cylindrical-coordinate representation of color #654165: hue angle of 300º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #654165 is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 65 | 101 | - |
| CMYK | 0 | 0.36 | 0 | 0.60 |
| HSL | 300º | 0.22% | 0.33% | - |
| HSV(B) | 300º | 0.36% | 0.4% | - |
| XYZ | 9.61 | 7.49 | 13.25 | - |
| YUV | 79.87 | 139.93 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 65 | 101 | 0 | 0.36 | 0 | 0.60 | 300 | 0.22 | 0.33 |
| Hex | 65 | 41 | 65 | 0 | 24 | 0 | 3C | 12C | 16 | 21 |
| Octal | 145 | 101 | 145 | 0 | 44 | 0 | 74 | 454 | 26 | 41 |
| Binary | 1100101 | 1000001 | 1100101 | 0 | 100100 | 0 | 111100 | 100101100 | 10110 | 100001 |
Color Harmonies of #654165
Complementary color
Monochromatic Colors of #654165
Black with #654165
Text Example
Text Example
White with #654165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654165; }
p { color: rgb(101,65,101); }
H1.HeaderClassName
{
color: #654165;
}
.AnyTagClassName
{
color: #654165;
}
</style>
background-color css
<style>
a { background-color: #654165; }
a { background-color: rgb(101,65,101); }
div.DivClassName
{
background-color: #654165;
}
.BgClassName
{
background-color: #654165;
}
</style>
border-color css
<style>
span { border-color: #654165; }
span { border-color: rgb(101,65,101); }
td.TdClassName
{
border-color: #654165;
}
.TagClassName
{
border-color: #654165;
}
</style>