Shades of Seance #663868
Tints of Seance #663868
RGB
CMYK
RGB Variations
Color information
#663868 (or 0x663868) is known color: Seance. HEX triplet: 66, 38 and 68. RGB value is (102,56,104). Sum of RGB (Red+Green+Blue) = 102+56+104=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 104 - color contains mainly: blue. Hex color #663868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663868 is #99C797. Grayscale: #4B4B4B. Windows color (decimal): -10078104 or 6830182. OLE color: 6830182.
HSL color Cylindrical-coordinate representation of color #663868: hue angle of 297.5º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #663868 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 56 | 104 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.59 |
| HSL | 297.5º | 0.3% | 0.31% | - |
| HSV(B) | 297.5º | 0.46% | 0.41% | - |
| XYZ | 9.39 | 6.65 | 13.89 | - |
| YUV | 75.23 | 144.24 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 104 | 0.02 | 0.46 | 0 | 0.59 | 297.5 | 0.3 | 0.31 |
| Hex | 66 | 38 | 68 | 2 | 2E | 0 | 3B | 12A | 1E | 1F |
| Octal | 146 | 70 | 150 | 2 | 56 | 0 | 73 | 452 | 36 | 37 |
| Binary | 1100110 | 111000 | 1101000 | 10 | 101110 | 0 | 111011 | 100101010 | 11110 | 11111 |
Color Harmonies of #663868
Complementary color
Monochromatic Colors of #663868
Black with #663868
Text Example
Text Example
White with #663868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663868; }
p { color: rgb(102,56,104); }
H1.HeaderClassName
{
color: #663868;
}
.AnyTagClassName
{
color: #663868;
}
</style>
background-color css
<style>
a { background-color: #663868; }
a { background-color: rgb(102,56,104); }
div.DivClassName
{
background-color: #663868;
}
.BgClassName
{
background-color: #663868;
}
</style>
border-color css
<style>
span { border-color: #663868; }
span { border-color: rgb(102,56,104); }
td.TdClassName
{
border-color: #663868;
}
.TagClassName
{
border-color: #663868;
}
</style>