Shades of Seance #663866
Tints of Seance #663866
RGB
CMYK
RGB Variations
Color information
#663866 (or 0x663866) is known color: Seance. HEX triplet: 66, 38 and 66. RGB value is (102,56,102). Sum of RGB (Red+Green+Blue) = 102+56+102=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 102 (40.23% from 255 or 39.23% from 260); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #663866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663866 is #99C799. Grayscale: #4A4A4A. Windows color (decimal): -10078106 or 6699110. OLE color: 6699110.
HSL color Cylindrical-coordinate representation of color #663866: hue angle of 300º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #663866 is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 56 | 102 | - |
| CMYK | 0 | 0.45 | 0 | 0.6 |
| HSL | 300º | 0.29% | 0.31% | - |
| HSV(B) | 300º | 0.45% | 0.4% | - |
| XYZ | 9.29 | 6.61 | 13.36 | - |
| YUV | 75 | 143.24 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 102 | 0 | 0.45 | 0 | 0.6 | 300 | 0.29 | 0.31 |
| Hex | 66 | 38 | 66 | 0 | 2D | 0 | 3C | 12C | 1D | 1F |
| Octal | 146 | 70 | 146 | 0 | 55 | 0 | 74 | 454 | 35 | 37 |
| Binary | 1100110 | 111000 | 1100110 | 0 | 101101 | 0 | 111100 | 100101100 | 11101 | 11111 |
Color Harmonies of #663866
Complementary color
Monochromatic Colors of #663866
Black with #663866
Text Example
Text Example
White with #663866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663866; }
p { color: rgb(102,56,102); }
H1.HeaderClassName
{
color: #663866;
}
.AnyTagClassName
{
color: #663866;
}
</style>
background-color css
<style>
a { background-color: #663866; }
a { background-color: rgb(102,56,102); }
div.DivClassName
{
background-color: #663866;
}
.BgClassName
{
background-color: #663866;
}
</style>
border-color css
<style>
span { border-color: #663866; }
span { border-color: rgb(102,56,102); }
td.TdClassName
{
border-color: #663866;
}
.TagClassName
{
border-color: #663866;
}
</style>