Shades of Seance #643369
Tints of Seance #643369
RGB
CMYK
RGB Variations
Color information
#643369 (or 0x643369) is known color: Seance. HEX triplet: 64, 33 and 69. RGB value is (100,51,105). Sum of RGB (Red+Green+Blue) = 100+51+105=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 105 - color contains mainly: blue. Hex color #643369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643369 is #9BCC96. Grayscale: #474747. Windows color (decimal): -10210455 or 6894436. OLE color: 6894436.
HSL color Cylindrical-coordinate representation of color #643369: hue angle of 294.44º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #643369 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 51 | 105 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.59 |
| HSL | 294.44º | 0.35% | 0.31% | - |
| HSV(B) | 294.44º | 0.51% | 0.41% | - |
| XYZ | 8.99 | 6.1 | 14.07 | - |
| YUV | 71.81 | 146.73 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 51 | 105 | 0.05 | 0.51 | 0 | 0.59 | 294.44 | 0.35 | 0.31 |
| Hex | 64 | 33 | 69 | 5 | 33 | 0 | 3B | 126 | 23 | 1F |
| Octal | 144 | 63 | 151 | 5 | 63 | 0 | 73 | 446 | 43 | 37 |
| Binary | 1100100 | 110011 | 1101001 | 101 | 110011 | 0 | 111011 | 100100110 | 100011 | 11111 |
Color Harmonies of #643369
Complementary color
Monochromatic Colors of #643369
Black with #643369
Text Example
Text Example
White with #643369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643369; }
p { color: rgb(100,51,105); }
H1.HeaderClassName
{
color: #643369;
}
.AnyTagClassName
{
color: #643369;
}
</style>
background-color css
<style>
a { background-color: #643369; }
a { background-color: rgb(100,51,105); }
div.DivClassName
{
background-color: #643369;
}
.BgClassName
{
background-color: #643369;
}
</style>
border-color css
<style>
span { border-color: #643369; }
span { border-color: rgb(100,51,105); }
td.TdClassName
{
border-color: #643369;
}
.TagClassName
{
border-color: #643369;
}
</style>