Shades of Seance #643C67
Tints of Seance #643C67
RGB
CMYK
RGB Variations
Color information
#643C67 (or 0x643C67) is known color: Seance. HEX triplet: 64, 3C and 67. RGB value is (100,60,103). Sum of RGB (Red+Green+Blue) = 100+60+103=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 103 (40.62% from 255 or 39.16% from 263); Max value from RGB is 103 - color contains mainly: blue. Hex color #643C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643C67 is #9BC398. Grayscale: #4C4C4C. Windows color (decimal): -10208153 or 6765668. OLE color: 6765668.
HSL color Cylindrical-coordinate representation of color #643C67: hue angle of 295.81º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #643C67 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 60 | 103 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.60 |
| HSL | 295.81º | 0.26% | 0.32% | - |
| HSV(B) | 295.81º | 0.42% | 0.4% | - |
| XYZ | 9.32 | 6.92 | 13.68 | - |
| YUV | 76.86 | 142.75 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 103 | 0.03 | 0.42 | 0 | 0.60 | 295.81 | 0.26 | 0.32 |
| Hex | 64 | 3C | 67 | 3 | 2A | 0 | 3C | 128 | 1A | 20 |
| Octal | 144 | 74 | 147 | 3 | 52 | 0 | 74 | 450 | 32 | 40 |
| Binary | 1100100 | 111100 | 1100111 | 11 | 101010 | 0 | 111100 | 100101000 | 11010 | 100000 |
Color Harmonies of #643C67
Complementary color
Monochromatic Colors of #643C67
Black with #643C67
Text Example
Text Example
White with #643C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643C67; }
p { color: rgb(100,60,103); }
H1.HeaderClassName
{
color: #643C67;
}
.AnyTagClassName
{
color: #643C67;
}
</style>
background-color css
<style>
a { background-color: #643C67; }
a { background-color: rgb(100,60,103); }
div.DivClassName
{
background-color: #643C67;
}
.BgClassName
{
background-color: #643C67;
}
</style>
border-color css
<style>
span { border-color: #643C67; }
span { border-color: rgb(100,60,103); }
td.TdClassName
{
border-color: #643C67;
}
.TagClassName
{
border-color: #643C67;
}
</style>