Shades of Seance #642C67
Tints of Seance #642C67
RGB
CMYK
RGB Variations
Color information
#642C67 (or 0x642C67) is known color: Seance. HEX triplet: 64, 2C and 67. RGB value is (100,44,103). Sum of RGB (Red+Green+Blue) = 100+44+103=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 103 (40.62% from 255 or 41.70% from 247); Max value from RGB is 103 - color contains mainly: blue. Hex color #642C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642C67 is #9BD398. Grayscale: #434343. Windows color (decimal): -10212249 or 6761572. OLE color: 6761572.
HSL color Cylindrical-coordinate representation of color #642C67: hue angle of 296.95º 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 #642C67 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 44 | 103 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.60 |
| HSL | 296.95º | 0.4% | 0.29% | - |
| HSV(B) | 296.95º | 0.57% | 0.4% | - |
| XYZ | 8.6 | 5.49 | 13.44 | - |
| YUV | 67.47 | 148.05 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 103 | 0.03 | 0.57 | 0 | 0.60 | 296.95 | 0.4 | 0.29 |
| Hex | 64 | 2C | 67 | 3 | 39 | 0 | 3C | 129 | 28 | 1D |
| Octal | 144 | 54 | 147 | 3 | 71 | 0 | 74 | 451 | 50 | 35 |
| Binary | 1100100 | 101100 | 1100111 | 11 | 111001 | 0 | 111100 | 100101001 | 101000 | 11101 |
Color Harmonies of #642C67
Complementary color
Monochromatic Colors of #642C67
Black with #642C67
Text Example
Text Example
White with #642C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642C67; }
p { color: rgb(100,44,103); }
H1.HeaderClassName
{
color: #642C67;
}
.AnyTagClassName
{
color: #642C67;
}
</style>
background-color css
<style>
a { background-color: #642C67; }
a { background-color: rgb(100,44,103); }
div.DivClassName
{
background-color: #642C67;
}
.BgClassName
{
background-color: #642C67;
}
</style>
border-color css
<style>
span { border-color: #642C67; }
span { border-color: rgb(100,44,103); }
td.TdClassName
{
border-color: #642C67;
}
.TagClassName
{
border-color: #642C67;
}
</style>