Shades of Seance #653E69
Tints of Seance #653E69
RGB
CMYK
RGB Variations
Color information
#653E69 (or 0x653E69) is known color: Seance. HEX triplet: 65, 3E and 69. RGB value is (101,62,105). Sum of RGB (Red+Green+Blue) = 101+62+105=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 62 (24.61% from 255 or 23.13% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 105 - color contains mainly: blue. Hex color #653E69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653E69 is #9AC196. Grayscale: #4E4E4E. Windows color (decimal): -10142103 or 6897253. OLE color: 6897253.
HSL color Cylindrical-coordinate representation of color #653E69: hue angle of 294.42º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #653E69 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 62 | 105 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.59 |
| HSL | 294.42º | 0.26% | 0.33% | - |
| HSV(B) | 294.42º | 0.41% | 0.41% | - |
| XYZ | 9.64 | 7.23 | 14.25 | - |
| YUV | 78.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 62 | 105 | 0.04 | 0.41 | 0 | 0.59 | 294.42 | 0.26 | 0.33 |
| Hex | 65 | 3E | 69 | 4 | 29 | 0 | 3B | 126 | 1A | 21 |
| Octal | 145 | 76 | 151 | 4 | 51 | 0 | 73 | 446 | 32 | 41 |
| Binary | 1100101 | 111110 | 1101001 | 100 | 101001 | 0 | 111011 | 100100110 | 11010 | 100001 |
Color Harmonies of #653E69
Complementary color
Monochromatic Colors of #653E69
Black with #653E69
Text Example
Text Example
White with #653E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653E69; }
p { color: rgb(101,62,105); }
H1.HeaderClassName
{
color: #653E69;
}
.AnyTagClassName
{
color: #653E69;
}
</style>
background-color css
<style>
a { background-color: #653E69; }
a { background-color: rgb(101,62,105); }
div.DivClassName
{
background-color: #653E69;
}
.BgClassName
{
background-color: #653E69;
}
</style>
border-color css
<style>
span { border-color: #653E69; }
span { border-color: rgb(101,62,105); }
td.TdClassName
{
border-color: #653E69;
}
.TagClassName
{
border-color: #653E69;
}
</style>