Shades of Seance #643F68
Tints of Seance #643F68
RGB
CMYK
RGB Variations
Color information
#643F68 (or 0x643F68) is known color: Seance. HEX triplet: 64, 3F and 68. RGB value is (100,63,104). Sum of RGB (Red+Green+Blue) = 100+63+104=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 104 - color contains mainly: blue. Hex color #643F68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643F68 is #9BC097. Grayscale: #4E4E4E. Windows color (decimal): -10207384 or 6831972. OLE color: 6831972.
HSL color Cylindrical-coordinate representation of color #643F68: hue angle of 294.15º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #643F68 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 63 | 104 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.59 |
| HSL | 294.15º | 0.25% | 0.33% | - |
| HSV(B) | 294.15º | 0.39% | 0.41% | - |
| XYZ | 9.53 | 7.26 | 14 | - |
| YUV | 78.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 104 | 0.04 | 0.39 | 0 | 0.59 | 294.15 | 0.25 | 0.33 |
| Hex | 64 | 3F | 68 | 4 | 27 | 0 | 3B | 126 | 19 | 21 |
| Octal | 144 | 77 | 150 | 4 | 47 | 0 | 73 | 446 | 31 | 41 |
| Binary | 1100100 | 111111 | 1101000 | 100 | 100111 | 0 | 111011 | 100100110 | 11001 | 100001 |
Color Harmonies of #643F68
Complementary color
Monochromatic Colors of #643F68
Black with #643F68
Text Example
Text Example
White with #643F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643F68; }
p { color: rgb(100,63,104); }
H1.HeaderClassName
{
color: #643F68;
}
.AnyTagClassName
{
color: #643F68;
}
</style>
background-color css
<style>
a { background-color: #643F68; }
a { background-color: rgb(100,63,104); }
div.DivClassName
{
background-color: #643F68;
}
.BgClassName
{
background-color: #643F68;
}
</style>
border-color css
<style>
span { border-color: #643F68; }
span { border-color: rgb(100,63,104); }
td.TdClassName
{
border-color: #643F68;
}
.TagClassName
{
border-color: #643F68;
}
</style>