Shades of Seance #654264
Tints of Seance #654264
RGB
CMYK
RGB Variations
Color information
#654264 (or 0x654264) is known color: Seance. HEX triplet: 65, 42 and 64. RGB value is (101,66,100). Sum of RGB (Red+Green+Blue) = 101+66+100=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 101 - color contains mainly: red. Hex color #654264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654264 is #9ABD9B. Grayscale: #505050. Windows color (decimal): -10141084 or 6570597. OLE color: 6570597.
HSL color Cylindrical-coordinate representation of color #654264: hue angle of 301.71º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #654264 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 66 | 100 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.60 |
| HSL | 301.71º | 0.21% | 0.33% | - |
| HSV(B) | 301.71º | 0.35% | 0.4% | - |
| XYZ | 9.62 | 7.58 | 13.01 | - |
| YUV | 80.34 | 139.1 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 66 | 100 | 0 | 0.35 | 0.01 | 0.60 | 301.71 | 0.21 | 0.33 |
| Hex | 65 | 42 | 64 | 0 | 23 | 1 | 3C | 12E | 15 | 21 |
| Octal | 145 | 102 | 144 | 0 | 43 | 1 | 74 | 456 | 25 | 41 |
| Binary | 1100101 | 1000010 | 1100100 | 0 | 100011 | 1 | 111100 | 100101110 | 10101 | 100001 |
Color Harmonies of #654264
Complementary color
Monochromatic Colors of #654264
Black with #654264
Text Example
Text Example
White with #654264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654264; }
p { color: rgb(101,66,100); }
H1.HeaderClassName
{
color: #654264;
}
.AnyTagClassName
{
color: #654264;
}
</style>
background-color css
<style>
a { background-color: #654264; }
a { background-color: rgb(101,66,100); }
div.DivClassName
{
background-color: #654264;
}
.BgClassName
{
background-color: #654264;
}
</style>
border-color css
<style>
span { border-color: #654264; }
span { border-color: rgb(101,66,100); }
td.TdClassName
{
border-color: #654264;
}
.TagClassName
{
border-color: #654264;
}
</style>