Shades of Seance #653A66
Tints of Seance #653A66
RGB
CMYK
RGB Variations
Color information
#653A66 (or 0x653A66) is known color: Seance. HEX triplet: 65, 3A and 66. RGB value is (101,58,102). Sum of RGB (Red+Green+Blue) = 101+58+102=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 102 - color contains mainly: blue. Hex color #653A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653A66 is #9AC599. Grayscale: #4B4B4B. Windows color (decimal): -10143130 or 6699621. OLE color: 6699621.
HSL color Cylindrical-coordinate representation of color #653A66: hue angle of 298.64º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #653A66 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 101 | 58 | 102 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.6 |
| HSL | 298.64º | 0.28% | 0.31% | - |
| HSV(B) | 298.64º | 0.43% | 0.4% | - |
| XYZ | 9.28 | 6.75 | 13.38 | - |
| YUV | 75.87 | 142.75 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 102 | 0.01 | 0.43 | 0 | 0.6 | 298.64 | 0.28 | 0.31 |
| Hex | 65 | 3A | 66 | 1 | 2B | 0 | 3C | 12B | 1C | 1F |
| Octal | 145 | 72 | 146 | 1 | 53 | 0 | 74 | 453 | 34 | 37 |
| Binary | 1100101 | 111010 | 1100110 | 1 | 101011 | 0 | 111100 | 100101011 | 11100 | 11111 |
Color Harmonies of #653A66
Complementary color
Monochromatic Colors of #653A66
Black with #653A66
Text Example
Text Example
White with #653A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653A66; }
p { color: rgb(101,58,102); }
H1.HeaderClassName
{
color: #653A66;
}
.AnyTagClassName
{
color: #653A66;
}
</style>
background-color css
<style>
a { background-color: #653A66; }
a { background-color: rgb(101,58,102); }
div.DivClassName
{
background-color: #653A66;
}
.BgClassName
{
background-color: #653A66;
}
</style>
border-color css
<style>
span { border-color: #653A66; }
span { border-color: rgb(101,58,102); }
td.TdClassName
{
border-color: #653A66;
}
.TagClassName
{
border-color: #653A66;
}
</style>