Shades of Seance #663B63
Tints of Seance #663B63
RGB
CMYK
RGB Variations
Color information
#663B63 (or 0x663B63) is known color: Seance. HEX triplet: 66, 3B and 63. RGB value is (102,59,99). Sum of RGB (Red+Green+Blue) = 102+59+99=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 102 - color contains mainly: red. Hex color #663B63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663B63 is #99C49C. Grayscale: #4C4C4C. Windows color (decimal): -10077341 or 6503270. OLE color: 6503270.
HSL color Cylindrical-coordinate representation of color #663B63: hue angle of 304.19º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #663B63 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 59 | 99 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.6 |
| HSL | 304.19º | 0.27% | 0.32% | - |
| HSV(B) | 304.19º | 0.42% | 0.4% | - |
| XYZ | 9.3 | 6.85 | 12.64 | - |
| YUV | 76.42 | 140.75 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 99 | 0 | 0.42 | 0.03 | 0.6 | 304.19 | 0.27 | 0.32 |
| Hex | 66 | 3B | 63 | 0 | 2A | 3 | 3C | 130 | 1B | 20 |
| Octal | 146 | 73 | 143 | 0 | 52 | 3 | 74 | 460 | 33 | 40 |
| Binary | 1100110 | 111011 | 1100011 | 0 | 101010 | 11 | 111100 | 100110000 | 11011 | 100000 |
Color Harmonies of #663B63
Complementary color
Monochromatic Colors of #663B63
Black with #663B63
Text Example
Text Example
White with #663B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663B63; }
p { color: rgb(102,59,99); }
H1.HeaderClassName
{
color: #663B63;
}
.AnyTagClassName
{
color: #663B63;
}
</style>
background-color css
<style>
a { background-color: #663B63; }
a { background-color: rgb(102,59,99); }
div.DivClassName
{
background-color: #663B63;
}
.BgClassName
{
background-color: #663B63;
}
</style>
border-color css
<style>
span { border-color: #663B63; }
span { border-color: rgb(102,59,99); }
td.TdClassName
{
border-color: #663B63;
}
.TagClassName
{
border-color: #663B63;
}
</style>