Shades of Seance #663764
Tints of Seance #663764
RGB
CMYK
RGB Variations
Color information
#663764 (or 0x663764) is known color: Seance. HEX triplet: 66, 37 and 64. RGB value is (102,55,100). Sum of RGB (Red+Green+Blue) = 102+55+100=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 102 - color contains mainly: red. Hex color #663764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663764 is #99C89B. Grayscale: #4A4A4A. Windows color (decimal): -10078364 or 6567782. OLE color: 6567782.
HSL color Cylindrical-coordinate representation of color #663764: hue angle of 302.55º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #663764 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 55 | 100 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.6 |
| HSL | 302.55º | 0.3% | 0.31% | - |
| HSV(B) | 302.55º | 0.46% | 0.4% | - |
| XYZ | 9.15 | 6.48 | 12.82 | - |
| YUV | 74.18 | 142.57 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 55 | 100 | 0 | 0.46 | 0.02 | 0.6 | 302.55 | 0.3 | 0.31 |
| Hex | 66 | 37 | 64 | 0 | 2E | 2 | 3C | 12F | 1E | 1F |
| Octal | 146 | 67 | 144 | 0 | 56 | 2 | 74 | 457 | 36 | 37 |
| Binary | 1100110 | 110111 | 1100100 | 0 | 101110 | 10 | 111100 | 100101111 | 11110 | 11111 |
Color Harmonies of #663764
Complementary color
Monochromatic Colors of #663764
Black with #663764
Text Example
Text Example
White with #663764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663764; }
p { color: rgb(102,55,100); }
H1.HeaderClassName
{
color: #663764;
}
.AnyTagClassName
{
color: #663764;
}
</style>
background-color css
<style>
a { background-color: #663764; }
a { background-color: rgb(102,55,100); }
div.DivClassName
{
background-color: #663764;
}
.BgClassName
{
background-color: #663764;
}
</style>
border-color css
<style>
span { border-color: #663764; }
span { border-color: rgb(102,55,100); }
td.TdClassName
{
border-color: #663764;
}
.TagClassName
{
border-color: #663764;
}
</style>