Shades of Seance #64366C
Tints of Seance #64366C
RGB
CMYK
RGB Variations
Color information
#64366C (or 0x64366C) is known color: Seance. HEX triplet: 64, 36 and 6C. RGB value is (100,54,108). Sum of RGB (Red+Green+Blue) = 100+54+108=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 108 - color contains mainly: blue. Hex color #64366C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64366C is #9BC993. Grayscale: #494949. Windows color (decimal): -10209684 or 7091812. OLE color: 7091812.
HSL color Cylindrical-coordinate representation of color #64366C: hue angle of 291.11º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64366C is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 54 | 108 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.58 |
| HSL | 291.11º | 0.33% | 0.32% | - |
| HSV(B) | 291.11º | 0.5% | 0.42% | - |
| XYZ | 9.28 | 6.43 | 14.94 | - |
| YUV | 73.91 | 147.24 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 54 | 108 | 0.07 | 0.50 | 0 | 0.58 | 291.11 | 0.33 | 0.32 |
| Hex | 64 | 36 | 6C | 7 | 32 | 0 | 3A | 123 | 21 | 20 |
| Octal | 144 | 66 | 154 | 7 | 62 | 0 | 72 | 443 | 41 | 40 |
| Binary | 1100100 | 110110 | 1101100 | 111 | 110010 | 0 | 111010 | 100100011 | 100001 | 100000 |
Color Harmonies of #64366C
Complementary color
Monochromatic Colors of #64366C
Black with #64366C
Text Example
Text Example
White with #64366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64366C; }
p { color: rgb(100,54,108); }
H1.HeaderClassName
{
color: #64366C;
}
.AnyTagClassName
{
color: #64366C;
}
</style>
background-color css
<style>
a { background-color: #64366C; }
a { background-color: rgb(100,54,108); }
div.DivClassName
{
background-color: #64366C;
}
.BgClassName
{
background-color: #64366C;
}
</style>
border-color css
<style>
span { border-color: #64366C; }
span { border-color: rgb(100,54,108); }
td.TdClassName
{
border-color: #64366C;
}
.TagClassName
{
border-color: #64366C;
}
</style>