Shades of Seance #664764
Tints of Seance #664764
RGB
CMYK
RGB Variations
Color information
#664764 (or 0x664764) is known color: Seance. HEX triplet: 66, 47 and 64. RGB value is (102,71,100). Sum of RGB (Red+Green+Blue) = 102+71+100=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 102 - color contains mainly: red. Hex color #664764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664764 is #99B89B. Grayscale: #535353. Windows color (decimal): -10074268 or 6571878. OLE color: 6571878.
HSL color Cylindrical-coordinate representation of color #664764: hue angle of 303.87º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #664764 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 71 | 100 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.6 |
| HSL | 303.87º | 0.18% | 0.34% | - |
| HSV(B) | 303.87º | 0.3% | 0.4% | - |
| XYZ | 10.03 | 8.25 | 13.12 | - |
| YUV | 83.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 71 | 100 | 0 | 0.30 | 0.02 | 0.6 | 303.87 | 0.18 | 0.34 |
| Hex | 66 | 47 | 64 | 0 | 1E | 2 | 3C | 130 | 12 | 22 |
| Octal | 146 | 107 | 144 | 0 | 36 | 2 | 74 | 460 | 22 | 42 |
| Binary | 1100110 | 1000111 | 1100100 | 0 | 11110 | 10 | 111100 | 100110000 | 10010 | 100010 |
Color Harmonies of #664764
Complementary color
Monochromatic Colors of #664764
Black with #664764
Text Example
Text Example
White with #664764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664764; }
p { color: rgb(102,71,100); }
H1.HeaderClassName
{
color: #664764;
}
.AnyTagClassName
{
color: #664764;
}
</style>
background-color css
<style>
a { background-color: #664764; }
a { background-color: rgb(102,71,100); }
div.DivClassName
{
background-color: #664764;
}
.BgClassName
{
background-color: #664764;
}
</style>
border-color css
<style>
span { border-color: #664764; }
span { border-color: rgb(102,71,100); }
td.TdClassName
{
border-color: #664764;
}
.TagClassName
{
border-color: #664764;
}
</style>