Shades of Seance #643A69
Tints of Seance #643A69
RGB
CMYK
RGB Variations
Color information
#643A69 (or 0x643A69) is known color: Seance. HEX triplet: 64, 3A and 69. RGB value is (100,58,105). Sum of RGB (Red+Green+Blue) = 100+58+105=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 105 - color contains mainly: blue. Hex color #643A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643A69 is #9BC596. Grayscale: #4B4B4B. Windows color (decimal): -10208663 or 6896228. OLE color: 6896228.
HSL color Cylindrical-coordinate representation of color #643A69: hue angle of 293.62º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #643A69 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 58 | 105 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.59 |
| HSL | 293.62º | 0.29% | 0.32% | - |
| HSV(B) | 293.62º | 0.45% | 0.41% | - |
| XYZ | 9.32 | 6.76 | 14.18 | - |
| YUV | 75.92 | 144.41 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 58 | 105 | 0.05 | 0.45 | 0 | 0.59 | 293.62 | 0.29 | 0.32 |
| Hex | 64 | 3A | 69 | 5 | 2D | 0 | 3B | 126 | 1D | 20 |
| Octal | 144 | 72 | 151 | 5 | 55 | 0 | 73 | 446 | 35 | 40 |
| Binary | 1100100 | 111010 | 1101001 | 101 | 101101 | 0 | 111011 | 100100110 | 11101 | 100000 |
Color Harmonies of #643A69
Complementary color
Monochromatic Colors of #643A69
Black with #643A69
Text Example
Text Example
White with #643A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643A69; }
p { color: rgb(100,58,105); }
H1.HeaderClassName
{
color: #643A69;
}
.AnyTagClassName
{
color: #643A69;
}
</style>
background-color css
<style>
a { background-color: #643A69; }
a { background-color: rgb(100,58,105); }
div.DivClassName
{
background-color: #643A69;
}
.BgClassName
{
background-color: #643A69;
}
</style>
border-color css
<style>
span { border-color: #643A69; }
span { border-color: rgb(100,58,105); }
td.TdClassName
{
border-color: #643A69;
}
.TagClassName
{
border-color: #643A69;
}
</style>