Shades of Seance #642D65
Tints of Seance #642D65
RGB
CMYK
RGB Variations
Color information
#642D65 (or 0x642D65) is known color: Seance. HEX triplet: 64, 2D and 65. RGB value is (100,45,101). Sum of RGB (Red+Green+Blue) = 100+45+101=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 101 - color contains mainly: blue. Hex color #642D65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642D65 is #9BD29A. Grayscale: #434343. Windows color (decimal): -10211995 or 6630756. OLE color: 6630756.
HSL color Cylindrical-coordinate representation of color #642D65: hue angle of 298.93º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #642D65 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 45 | 101 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.60 |
| HSL | 298.93º | 0.38% | 0.29% | - |
| HSV(B) | 298.93º | 0.55% | 0.4% | - |
| XYZ | 8.54 | 5.53 | 12.93 | - |
| YUV | 67.83 | 146.72 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 45 | 101 | 0.01 | 0.55 | 0 | 0.60 | 298.93 | 0.38 | 0.29 |
| Hex | 64 | 2D | 65 | 1 | 37 | 0 | 3C | 12B | 26 | 1D |
| Octal | 144 | 55 | 145 | 1 | 67 | 0 | 74 | 453 | 46 | 35 |
| Binary | 1100100 | 101101 | 1100101 | 1 | 110111 | 0 | 111100 | 100101011 | 100110 | 11101 |
Color Harmonies of #642D65
Complementary color
Monochromatic Colors of #642D65
Black with #642D65
Text Example
Text Example
White with #642D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642D65; }
p { color: rgb(100,45,101); }
H1.HeaderClassName
{
color: #642D65;
}
.AnyTagClassName
{
color: #642D65;
}
</style>
background-color css
<style>
a { background-color: #642D65; }
a { background-color: rgb(100,45,101); }
div.DivClassName
{
background-color: #642D65;
}
.BgClassName
{
background-color: #642D65;
}
</style>
border-color css
<style>
span { border-color: #642D65; }
span { border-color: rgb(100,45,101); }
td.TdClassName
{
border-color: #642D65;
}
.TagClassName
{
border-color: #642D65;
}
</style>