Shades of Seance #642C68
Tints of Seance #642C68
RGB
CMYK
RGB Variations
Color information
#642C68 (or 0x642C68) is known color: Seance. HEX triplet: 64, 2C and 68. RGB value is (100,44,104). Sum of RGB (Red+Green+Blue) = 100+44+104=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 104 - color contains mainly: blue. Hex color #642C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642C68 is #9BD397. Grayscale: #434343. Windows color (decimal): -10212248 or 6827108. OLE color: 6827108.
HSL color Cylindrical-coordinate representation of color #642C68: hue angle of 296º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #642C68 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 44 | 104 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.59 |
| HSL | 296º | 0.41% | 0.29% | - |
| HSV(B) | 296º | 0.58% | 0.41% | - |
| XYZ | 8.65 | 5.51 | 13.7 | - |
| YUV | 67.58 | 148.55 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 104 | 0.04 | 0.58 | 0 | 0.59 | 296 | 0.41 | 0.29 |
| Hex | 64 | 2C | 68 | 4 | 3A | 0 | 3B | 128 | 29 | 1D |
| Octal | 144 | 54 | 150 | 4 | 72 | 0 | 73 | 450 | 51 | 35 |
| Binary | 1100100 | 101100 | 1101000 | 100 | 111010 | 0 | 111011 | 100101000 | 101001 | 11101 |
Color Harmonies of #642C68
Complementary color
Monochromatic Colors of #642C68
Black with #642C68
Text Example
Text Example
White with #642C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642C68; }
p { color: rgb(100,44,104); }
H1.HeaderClassName
{
color: #642C68;
}
.AnyTagClassName
{
color: #642C68;
}
</style>
background-color css
<style>
a { background-color: #642C68; }
a { background-color: rgb(100,44,104); }
div.DivClassName
{
background-color: #642C68;
}
.BgClassName
{
background-color: #642C68;
}
</style>
border-color css
<style>
span { border-color: #642C68; }
span { border-color: rgb(100,44,104); }
td.TdClassName
{
border-color: #642C68;
}
.TagClassName
{
border-color: #642C68;
}
</style>