Shades of Seance #642A66
Tints of Seance #642A66
RGB
CMYK
RGB Variations
Color information
#642A66 (or 0x642A66) is known color: Seance. HEX triplet: 64, 2A and 66. RGB value is (100,42,102). Sum of RGB (Red+Green+Blue) = 100+42+102=244 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.98% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 102 - color contains mainly: blue. Hex color #642A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642A66 is #9BD599. Grayscale: #424242. Windows color (decimal): -10212762 or 6695524. OLE color: 6695524.
HSL color Cylindrical-coordinate representation of color #642A66: hue angle of 298º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #642A66 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 100 | 42 | 102 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.6 |
| HSL | 298º | 0.42% | 0.28% | - |
| HSV(B) | 298º | 0.59% | 0.4% | - |
| XYZ | 8.48 | 5.32 | 13.15 | - |
| YUV | 66.18 | 148.22 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 42 | 102 | 0.02 | 0.59 | 0 | 0.6 | 298 | 0.42 | 0.28 |
| Hex | 64 | 2A | 66 | 2 | 3B | 0 | 3C | 12A | 2A | 1C |
| Octal | 144 | 52 | 146 | 2 | 73 | 0 | 74 | 452 | 52 | 34 |
| Binary | 1100100 | 101010 | 1100110 | 10 | 111011 | 0 | 111100 | 100101010 | 101010 | 11100 |
Color Harmonies of #642A66
Complementary color
Monochromatic Colors of #642A66
Black with #642A66
Text Example
Text Example
White with #642A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642A66; }
p { color: rgb(100,42,102); }
H1.HeaderClassName
{
color: #642A66;
}
.AnyTagClassName
{
color: #642A66;
}
</style>
background-color css
<style>
a { background-color: #642A66; }
a { background-color: rgb(100,42,102); }
div.DivClassName
{
background-color: #642A66;
}
.BgClassName
{
background-color: #642A66;
}
</style>
border-color css
<style>
span { border-color: #642A66; }
span { border-color: rgb(100,42,102); }
td.TdClassName
{
border-color: #642A66;
}
.TagClassName
{
border-color: #642A66;
}
</style>