Shades of Seance #654164
Tints of Seance #654164
RGB
CMYK
RGB Variations
Color information
#654164 (or 0x654164) is known color: Seance. HEX triplet: 65, 41 and 64. RGB value is (101,65,100). Sum of RGB (Red+Green+Blue) = 101+65+100=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 101 - color contains mainly: red. Hex color #654164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654164 is #9ABE9B. Grayscale: #4F4F4F. Windows color (decimal): -10141340 or 6570341. OLE color: 6570341.
HSL color Cylindrical-coordinate representation of color #654164: hue angle of 301.67º 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 #654164 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 65 | 100 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.60 |
| HSL | 301.67º | 0.22% | 0.33% | - |
| HSV(B) | 301.67º | 0.36% | 0.4% | - |
| XYZ | 9.56 | 7.47 | 12.99 | - |
| YUV | 79.75 | 139.43 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 65 | 100 | 0 | 0.36 | 0.01 | 0.60 | 301.67 | 0.22 | 0.33 |
| Hex | 65 | 41 | 64 | 0 | 24 | 1 | 3C | 12E | 16 | 21 |
| Octal | 145 | 101 | 144 | 0 | 44 | 1 | 74 | 456 | 26 | 41 |
| Binary | 1100101 | 1000001 | 1100100 | 0 | 100100 | 1 | 111100 | 100101110 | 10110 | 100001 |
Color Harmonies of #654164
Complementary color
Monochromatic Colors of #654164
Black with #654164
Text Example
Text Example
White with #654164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654164; }
p { color: rgb(101,65,100); }
H1.HeaderClassName
{
color: #654164;
}
.AnyTagClassName
{
color: #654164;
}
</style>
background-color css
<style>
a { background-color: #654164; }
a { background-color: rgb(101,65,100); }
div.DivClassName
{
background-color: #654164;
}
.BgClassName
{
background-color: #654164;
}
</style>
border-color css
<style>
span { border-color: #654164; }
span { border-color: rgb(101,65,100); }
td.TdClassName
{
border-color: #654164;
}
.TagClassName
{
border-color: #654164;
}
</style>