Shades of Seance #664063
Tints of Seance #664063
RGB
CMYK
RGB Variations
Color information
#664063 (or 0x664063) is known color: Seance. HEX triplet: 66, 40 and 63. RGB value is (102,64,99). Sum of RGB (Red+Green+Blue) = 102+64+99=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 102 - color contains mainly: red. Hex color #664063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664063 is #99BF9C. Grayscale: #4F4F4F. Windows color (decimal): -10076061 or 6504550. OLE color: 6504550.
HSL color Cylindrical-coordinate representation of color #664063: hue angle of 304.74º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #664063 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 64 | 99 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.6 |
| HSL | 304.74º | 0.23% | 0.33% | - |
| HSV(B) | 304.74º | 0.37% | 0.4% | - |
| XYZ | 9.57 | 7.39 | 12.73 | - |
| YUV | 79.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 64 | 99 | 0 | 0.37 | 0.03 | 0.6 | 304.74 | 0.23 | 0.33 |
| Hex | 66 | 40 | 63 | 0 | 25 | 3 | 3C | 131 | 17 | 21 |
| Octal | 146 | 100 | 143 | 0 | 45 | 3 | 74 | 461 | 27 | 41 |
| Binary | 1100110 | 1000000 | 1100011 | 0 | 100101 | 11 | 111100 | 100110001 | 10111 | 100001 |
Color Harmonies of #664063
Complementary color
Monochromatic Colors of #664063
Black with #664063
Text Example
Text Example
White with #664063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664063; }
p { color: rgb(102,64,99); }
H1.HeaderClassName
{
color: #664063;
}
.AnyTagClassName
{
color: #664063;
}
</style>
background-color css
<style>
a { background-color: #664063; }
a { background-color: rgb(102,64,99); }
div.DivClassName
{
background-color: #664063;
}
.BgClassName
{
background-color: #664063;
}
</style>
border-color css
<style>
span { border-color: #664063; }
span { border-color: rgb(102,64,99); }
td.TdClassName
{
border-color: #664063;
}
.TagClassName
{
border-color: #664063;
}
</style>