Shades of Seance #663D63
Tints of Seance #663D63
RGB
CMYK
RGB Variations
Color information
#663D63 (or 0x663D63) is known color: Seance. HEX triplet: 66, 3D and 63. RGB value is (102,61,99). Sum of RGB (Red+Green+Blue) = 102+61+99=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 102 - color contains mainly: red. Hex color #663D63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663D63 is #99C29C. Grayscale: #4D4D4D. Windows color (decimal): -10076829 or 6503782. OLE color: 6503782.
HSL color Cylindrical-coordinate representation of color #663D63: hue angle of 304.39º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #663D63 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 61 | 99 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.6 |
| HSL | 304.39º | 0.25% | 0.32% | - |
| HSV(B) | 304.39º | 0.4% | 0.4% | - |
| XYZ | 9.4 | 7.06 | 12.67 | - |
| YUV | 77.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 99 | 0 | 0.40 | 0.03 | 0.6 | 304.39 | 0.25 | 0.32 |
| Hex | 66 | 3D | 63 | 0 | 28 | 3 | 3C | 130 | 19 | 20 |
| Octal | 146 | 75 | 143 | 0 | 50 | 3 | 74 | 460 | 31 | 40 |
| Binary | 1100110 | 111101 | 1100011 | 0 | 101000 | 11 | 111100 | 100110000 | 11001 | 100000 |
Color Harmonies of #663D63
Complementary color
Monochromatic Colors of #663D63
Black with #663D63
Text Example
Text Example
White with #663D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D63; }
p { color: rgb(102,61,99); }
H1.HeaderClassName
{
color: #663D63;
}
.AnyTagClassName
{
color: #663D63;
}
</style>
background-color css
<style>
a { background-color: #663D63; }
a { background-color: rgb(102,61,99); }
div.DivClassName
{
background-color: #663D63;
}
.BgClassName
{
background-color: #663D63;
}
</style>
border-color css
<style>
span { border-color: #663D63; }
span { border-color: rgb(102,61,99); }
td.TdClassName
{
border-color: #663D63;
}
.TagClassName
{
border-color: #663D63;
}
</style>