Shades of Seance #642C66
Tints of Seance #642C66
RGB
CMYK
RGB Variations
Color information
#642C66 (or 0x642C66) is known color: Seance. HEX triplet: 64, 2C and 66. RGB value is (100,44,102). Sum of RGB (Red+Green+Blue) = 100+44+102=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 102 - color contains mainly: blue. Hex color #642C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642C66 is #9BD399. Grayscale: #434343. Windows color (decimal): -10212250 or 6696036. OLE color: 6696036.
HSL color Cylindrical-coordinate representation of color #642C66: hue angle of 297.93º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #642C66 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 100 | 44 | 102 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.6 |
| HSL | 297.93º | 0.4% | 0.29% | - |
| HSV(B) | 297.93º | 0.57% | 0.4% | - |
| XYZ | 8.55 | 5.47 | 13.18 | - |
| YUV | 67.36 | 147.55 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 102 | 0.02 | 0.57 | 0 | 0.6 | 297.93 | 0.4 | 0.29 |
| Hex | 64 | 2C | 66 | 2 | 39 | 0 | 3C | 12A | 28 | 1D |
| Octal | 144 | 54 | 146 | 2 | 71 | 0 | 74 | 452 | 50 | 35 |
| Binary | 1100100 | 101100 | 1100110 | 10 | 111001 | 0 | 111100 | 100101010 | 101000 | 11101 |
Color Harmonies of #642C66
Complementary color
Monochromatic Colors of #642C66
Black with #642C66
Text Example
Text Example
White with #642C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642C66; }
p { color: rgb(100,44,102); }
H1.HeaderClassName
{
color: #642C66;
}
.AnyTagClassName
{
color: #642C66;
}
</style>
background-color css
<style>
a { background-color: #642C66; }
a { background-color: rgb(100,44,102); }
div.DivClassName
{
background-color: #642C66;
}
.BgClassName
{
background-color: #642C66;
}
</style>
border-color css
<style>
span { border-color: #642C66; }
span { border-color: rgb(100,44,102); }
td.TdClassName
{
border-color: #642C66;
}
.TagClassName
{
border-color: #642C66;
}
</style>