Shades of Seance #654168
Tints of Seance #654168
RGB
CMYK
RGB Variations
Color information
#654168 (or 0x654168) is known color: Seance. HEX triplet: 65, 41 and 68. RGB value is (101,65,104). Sum of RGB (Red+Green+Blue) = 101+65+104=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 104 - color contains mainly: blue. Hex color #654168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654168 is #9ABE97. Grayscale: #505050. Windows color (decimal): -10141336 or 6832485. OLE color: 6832485.
HSL color Cylindrical-coordinate representation of color #654168: hue angle of 295.38º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #654168 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 65 | 104 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.59 |
| HSL | 295.38º | 0.23% | 0.33% | - |
| HSV(B) | 295.38º | 0.38% | 0.41% | - |
| XYZ | 9.76 | 7.55 | 14.04 | - |
| YUV | 80.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 65 | 104 | 0.03 | 0.38 | 0 | 0.59 | 295.38 | 0.23 | 0.33 |
| Hex | 65 | 41 | 68 | 3 | 26 | 0 | 3B | 127 | 17 | 21 |
| Octal | 145 | 101 | 150 | 3 | 46 | 0 | 73 | 447 | 27 | 41 |
| Binary | 1100101 | 1000001 | 1101000 | 11 | 100110 | 0 | 111011 | 100100111 | 10111 | 100001 |
Color Harmonies of #654168
Complementary color
Monochromatic Colors of #654168
Black with #654168
Text Example
Text Example
White with #654168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654168; }
p { color: rgb(101,65,104); }
H1.HeaderClassName
{
color: #654168;
}
.AnyTagClassName
{
color: #654168;
}
</style>
background-color css
<style>
a { background-color: #654168; }
a { background-color: rgb(101,65,104); }
div.DivClassName
{
background-color: #654168;
}
.BgClassName
{
background-color: #654168;
}
</style>
border-color css
<style>
span { border-color: #654168; }
span { border-color: rgb(101,65,104); }
td.TdClassName
{
border-color: #654168;
}
.TagClassName
{
border-color: #654168;
}
</style>