Shades of Seance #643F69
Tints of Seance #643F69
RGB
CMYK
RGB Variations
Color information
#643F69 (or 0x643F69) is known color: Seance. HEX triplet: 64, 3F and 69. RGB value is (100,63,105). Sum of RGB (Red+Green+Blue) = 100+63+105=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 63 (25% from 255 or 23.51% 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 #643F69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643F69 is #9BC096. Grayscale: #4E4E4E. Windows color (decimal): -10207383 or 6897508. OLE color: 6897508.
HSL color Cylindrical-coordinate representation of color #643F69: hue angle of 292.86º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #643F69 is Cyan = 0.05, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 63 | 105 | - |
| CMYK | 0.05 | 0.4 | 0 | 0.59 |
| HSL | 292.86º | 0.25% | 0.33% | - |
| HSV(B) | 292.86º | 0.4% | 0.41% | - |
| XYZ | 9.58 | 7.28 | 14.27 | - |
| YUV | 78.85 | 142.76 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 105 | 0.05 | 0.4 | 0 | 0.59 | 292.86 | 0.25 | 0.33 |
| Hex | 64 | 3F | 69 | 5 | 28 | 0 | 3B | 125 | 19 | 21 |
| Octal | 144 | 77 | 151 | 5 | 50 | 0 | 73 | 445 | 31 | 41 |
| Binary | 1100100 | 111111 | 1101001 | 101 | 101000 | 0 | 111011 | 100100101 | 11001 | 100001 |
Color Harmonies of #643F69
Complementary color
Monochromatic Colors of #643F69
Black with #643F69
Text Example
Text Example
White with #643F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643F69; }
p { color: rgb(100,63,105); }
H1.HeaderClassName
{
color: #643F69;
}
.AnyTagClassName
{
color: #643F69;
}
</style>
background-color css
<style>
a { background-color: #643F69; }
a { background-color: rgb(100,63,105); }
div.DivClassName
{
background-color: #643F69;
}
.BgClassName
{
background-color: #643F69;
}
</style>
border-color css
<style>
span { border-color: #643F69; }
span { border-color: rgb(100,63,105); }
td.TdClassName
{
border-color: #643F69;
}
.TagClassName
{
border-color: #643F69;
}
</style>