Shades of Seance #642C69
Tints of Seance #642C69
RGB
CMYK
RGB Variations
Color information
#642C69 (or 0x642C69) is known color: Seance. HEX triplet: 64, 2C and 69. RGB value is (100,44,105). Sum of RGB (Red+Green+Blue) = 100+44+105=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 105 - color contains mainly: blue. Hex color #642C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642C69 is #9BD396. Grayscale: #434343. Windows color (decimal): -10212247 or 6892644. OLE color: 6892644.
HSL color Cylindrical-coordinate representation of color #642C69: hue angle of 295.08º 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 #642C69 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 44 | 105 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.59 |
| HSL | 295.08º | 0.41% | 0.29% | - |
| HSV(B) | 295.08º | 0.58% | 0.41% | - |
| XYZ | 8.71 | 5.53 | 13.97 | - |
| YUV | 67.7 | 149.05 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 105 | 0.05 | 0.58 | 0 | 0.59 | 295.08 | 0.41 | 0.29 |
| Hex | 64 | 2C | 69 | 5 | 3A | 0 | 3B | 127 | 29 | 1D |
| Octal | 144 | 54 | 151 | 5 | 72 | 0 | 73 | 447 | 51 | 35 |
| Binary | 1100100 | 101100 | 1101001 | 101 | 111010 | 0 | 111011 | 100100111 | 101001 | 11101 |
Color Harmonies of #642C69
Complementary color
Monochromatic Colors of #642C69
Black with #642C69
Text Example
Text Example
White with #642C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642C69; }
p { color: rgb(100,44,105); }
H1.HeaderClassName
{
color: #642C69;
}
.AnyTagClassName
{
color: #642C69;
}
</style>
background-color css
<style>
a { background-color: #642C69; }
a { background-color: rgb(100,44,105); }
div.DivClassName
{
background-color: #642C69;
}
.BgClassName
{
background-color: #642C69;
}
</style>
border-color css
<style>
span { border-color: #642C69; }
span { border-color: rgb(100,44,105); }
td.TdClassName
{
border-color: #642C69;
}
.TagClassName
{
border-color: #642C69;
}
</style>