Shades of Seance #663076
Tints of Seance #663076
RGB
CMYK
RGB Variations
Color information
#663076 (or 0x663076) is known color: Seance. HEX triplet: 66, 30 and 76. RGB value is (102,48,118). Sum of RGB (Red+Green+Blue) = 102+48+118=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #663076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663076 is #99CF89. Grayscale: #474747. Windows color (decimal): -10080138 or 7745638. OLE color: 7745638.
HSL color Cylindrical-coordinate representation of color #663076: hue angle of 286.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #663076 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 48 | 118 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.54 |
| HSL | 286.29º | 0.42% | 0.33% | - |
| HSV(B) | 286.29º | 0.59% | 0.46% | - |
| XYZ | 9.81 | 6.25 | 17.83 | - |
| YUV | 72.13 | 153.89 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 48 | 118 | 0.14 | 0.59 | 0 | 0.54 | 286.29 | 0.42 | 0.33 |
| Hex | 66 | 30 | 76 | E | 3B | 0 | 36 | 11E | 2A | 21 |
| Octal | 146 | 60 | 166 | 16 | 73 | 0 | 66 | 436 | 52 | 41 |
| Binary | 1100110 | 110000 | 1110110 | 1110 | 111011 | 0 | 110110 | 100011110 | 101010 | 100001 |
Color Harmonies of #663076
Complementary color
Monochromatic Colors of #663076
Black with #663076
Text Example
Text Example
White with #663076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663076; }
p { color: rgb(102,48,118); }
H1.HeaderClassName
{
color: #663076;
}
.AnyTagClassName
{
color: #663076;
}
</style>
background-color css
<style>
a { background-color: #663076; }
a { background-color: rgb(102,48,118); }
div.DivClassName
{
background-color: #663076;
}
.BgClassName
{
background-color: #663076;
}
</style>
border-color css
<style>
span { border-color: #663076; }
span { border-color: rgb(102,48,118); }
td.TdClassName
{
border-color: #663076;
}
.TagClassName
{
border-color: #663076;
}
</style>