Shades of Seance #664663
Tints of Seance #664663
RGB
CMYK
RGB Variations
Color information
#664663 (or 0x664663) is known color: Seance. HEX triplet: 66, 46 and 63. RGB value is (102,70,99). Sum of RGB (Red+Green+Blue) = 102+70+99=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 102 - color contains mainly: red. Hex color #664663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664663 is #99B99C. Grayscale: #525252. Windows color (decimal): -10074525 or 6506086. OLE color: 6506086.
HSL color Cylindrical-coordinate representation of color #664663: hue angle of 305.62º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #664663 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 70 | 99 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.6 |
| HSL | 305.63º | 0.19% | 0.34% | - |
| HSV(B) | 305.63º | 0.31% | 0.4% | - |
| XYZ | 9.92 | 8.11 | 12.85 | - |
| YUV | 82.87 | 137.1 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 70 | 99 | 0 | 0.31 | 0.03 | 0.6 | 305.63 | 0.19 | 0.34 |
| Hex | 66 | 46 | 63 | 0 | 1F | 3 | 3C | 132 | 13 | 22 |
| Octal | 146 | 106 | 143 | 0 | 37 | 3 | 74 | 462 | 23 | 42 |
| Binary | 1100110 | 1000110 | 1100011 | 0 | 11111 | 11 | 111100 | 100110010 | 10011 | 100010 |
Color Harmonies of #664663
Complementary color
Monochromatic Colors of #664663
Black with #664663
Text Example
Text Example
White with #664663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664663; }
p { color: rgb(102,70,99); }
H1.HeaderClassName
{
color: #664663;
}
.AnyTagClassName
{
color: #664663;
}
</style>
background-color css
<style>
a { background-color: #664663; }
a { background-color: rgb(102,70,99); }
div.DivClassName
{
background-color: #664663;
}
.BgClassName
{
background-color: #664663;
}
</style>
border-color css
<style>
span { border-color: #664663; }
span { border-color: rgb(102,70,99); }
td.TdClassName
{
border-color: #664663;
}
.TagClassName
{
border-color: #664663;
}
</style>