Shades of Seance #643F6A
Tints of Seance #643F6A
RGB
CMYK
RGB Variations
Color information
#643F6A (or 0x643F6A) is known color: Seance. HEX triplet: 64, 3F and 6A. RGB value is (100,63,106). Sum of RGB (Red+Green+Blue) = 100+63+106=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 106 - color contains mainly: blue. Hex color #643F6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643F6A is #9BC095. Grayscale: #4E4E4E. Windows color (decimal): -10207382 or 6963044. OLE color: 6963044.
HSL color Cylindrical-coordinate representation of color #643F6A: hue angle of 291.63º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #643F6A is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 63 | 106 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.58 |
| HSL | 291.63º | 0.25% | 0.33% | - |
| HSV(B) | 291.63º | 0.41% | 0.42% | - |
| XYZ | 9.63 | 7.3 | 14.54 | - |
| YUV | 78.97 | 143.26 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 106 | 0.06 | 0.41 | 0 | 0.58 | 291.63 | 0.25 | 0.33 |
| Hex | 64 | 3F | 6A | 6 | 29 | 0 | 3A | 124 | 19 | 21 |
| Octal | 144 | 77 | 152 | 6 | 51 | 0 | 72 | 444 | 31 | 41 |
| Binary | 1100100 | 111111 | 1101010 | 110 | 101001 | 0 | 111010 | 100100100 | 11001 | 100001 |
Color Harmonies of #643F6A
Complementary color
Monochromatic Colors of #643F6A
Black with #643F6A
Text Example
Text Example
White with #643F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643F6A; }
p { color: rgb(100,63,106); }
H1.HeaderClassName
{
color: #643F6A;
}
.AnyTagClassName
{
color: #643F6A;
}
</style>
background-color css
<style>
a { background-color: #643F6A; }
a { background-color: rgb(100,63,106); }
div.DivClassName
{
background-color: #643F6A;
}
.BgClassName
{
background-color: #643F6A;
}
</style>
border-color css
<style>
span { border-color: #643F6A; }
span { border-color: rgb(100,63,106); }
td.TdClassName
{
border-color: #643F6A;
}
.TagClassName
{
border-color: #643F6A;
}
</style>