Shades of Seance #642869
Tints of Seance #642869
RGB
CMYK
RGB Variations
Color information
#642869 (or 0x642869) is known color: Seance. HEX triplet: 64, 28 and 69. RGB value is (100,40,105). Sum of RGB (Red+Green+Blue) = 100+40+105=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 105 - color contains mainly: blue. Hex color #642869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642869 is #9BD796. Grayscale: #414141. Windows color (decimal): -10213271 or 6891620. OLE color: 6891620.
HSL color Cylindrical-coordinate representation of color #642869: hue angle of 295.38º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #642869 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 40 | 105 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.59 |
| HSL | 295.38º | 0.45% | 0.28% | - |
| HSV(B) | 295.38º | 0.62% | 0.41% | - |
| XYZ | 8.56 | 5.25 | 13.93 | - |
| YUV | 65.35 | 150.38 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 105 | 0.05 | 0.62 | 0 | 0.59 | 295.38 | 0.45 | 0.28 |
| Hex | 64 | 28 | 69 | 5 | 3E | 0 | 3B | 127 | 2D | 1C |
| Octal | 144 | 50 | 151 | 5 | 76 | 0 | 73 | 447 | 55 | 34 |
| Binary | 1100100 | 101000 | 1101001 | 101 | 111110 | 0 | 111011 | 100100111 | 101101 | 11100 |
Color Harmonies of #642869
Complementary color
Monochromatic Colors of #642869
Black with #642869
Text Example
Text Example
White with #642869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642869; }
p { color: rgb(100,40,105); }
H1.HeaderClassName
{
color: #642869;
}
.AnyTagClassName
{
color: #642869;
}
</style>
background-color css
<style>
a { background-color: #642869; }
a { background-color: rgb(100,40,105); }
div.DivClassName
{
background-color: #642869;
}
.BgClassName
{
background-color: #642869;
}
</style>
border-color css
<style>
span { border-color: #642869; }
span { border-color: rgb(100,40,105); }
td.TdClassName
{
border-color: #642869;
}
.TagClassName
{
border-color: #642869;
}
</style>