Shades of Seance #642268
Tints of Seance #642268
RGB
CMYK
RGB Variations
Color information
#642268 (or 0x642268) is known color: Seance. HEX triplet: 64, 22 and 68. RGB value is (100,34,104). Sum of RGB (Red+Green+Blue) = 100+34+104=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 104 - color contains mainly: blue. Hex color #642268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642268 is #9BDD97. Grayscale: #3D3D3D. Windows color (decimal): -10214808 or 6824548. OLE color: 6824548.
HSL color Cylindrical-coordinate representation of color #642268: hue angle of 296.57º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #642268 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 34 | 104 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.59 |
| HSL | 296.57º | 0.51% | 0.27% | - |
| HSV(B) | 296.57º | 0.67% | 0.41% | - |
| XYZ | 8.33 | 4.85 | 13.59 | - |
| YUV | 61.71 | 151.87 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 34 | 104 | 0.04 | 0.67 | 0 | 0.59 | 296.57 | 0.51 | 0.27 |
| Hex | 64 | 22 | 68 | 4 | 43 | 0 | 3B | 129 | 33 | 1B |
| Octal | 144 | 42 | 150 | 4 | 103 | 0 | 73 | 451 | 63 | 33 |
| Binary | 1100100 | 100010 | 1101000 | 100 | 1000011 | 0 | 111011 | 100101001 | 110011 | 11011 |
Color Harmonies of #642268
Complementary color
Monochromatic Colors of #642268
Black with #642268
Text Example
Text Example
White with #642268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642268; }
p { color: rgb(100,34,104); }
H1.HeaderClassName
{
color: #642268;
}
.AnyTagClassName
{
color: #642268;
}
</style>
background-color css
<style>
a { background-color: #642268; }
a { background-color: rgb(100,34,104); }
div.DivClassName
{
background-color: #642268;
}
.BgClassName
{
background-color: #642268;
}
</style>
border-color css
<style>
span { border-color: #642268; }
span { border-color: rgb(100,34,104); }
td.TdClassName
{
border-color: #642268;
}
.TagClassName
{
border-color: #642268;
}
</style>