Shades of Seance #663470
Tints of Seance #663470
RGB
CMYK
RGB Variations
Color information
#663470 (or 0x663470) is known color: Seance. HEX triplet: 66, 34 and 70. RGB value is (102,52,112). Sum of RGB (Red+Green+Blue) = 102+52+112=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 112 - color contains mainly: blue. Hex color #663470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663470 is #99CB8F. Grayscale: #494949. Windows color (decimal): -10079120 or 7353446. OLE color: 7353446.
HSL color Cylindrical-coordinate representation of color #663470: hue angle of 290º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #663470 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 52 | 112 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.56 |
| HSL | 290º | 0.37% | 0.32% | - |
| HSV(B) | 290º | 0.54% | 0.44% | - |
| XYZ | 9.63 | 6.45 | 16.07 | - |
| YUV | 73.79 | 149.57 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 52 | 112 | 0.09 | 0.54 | 0 | 0.56 | 290 | 0.37 | 0.32 |
| Hex | 66 | 34 | 70 | 9 | 36 | 0 | 38 | 122 | 25 | 20 |
| Octal | 146 | 64 | 160 | 11 | 66 | 0 | 70 | 442 | 45 | 40 |
| Binary | 1100110 | 110100 | 1110000 | 1001 | 110110 | 0 | 111000 | 100100010 | 100101 | 100000 |
Color Harmonies of #663470
Complementary color
Monochromatic Colors of #663470
Black with #663470
Text Example
Text Example
White with #663470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663470; }
p { color: rgb(102,52,112); }
H1.HeaderClassName
{
color: #663470;
}
.AnyTagClassName
{
color: #663470;
}
</style>
background-color css
<style>
a { background-color: #663470; }
a { background-color: rgb(102,52,112); }
div.DivClassName
{
background-color: #663470;
}
.BgClassName
{
background-color: #663470;
}
</style>
border-color css
<style>
span { border-color: #663470; }
span { border-color: rgb(102,52,112); }
td.TdClassName
{
border-color: #663470;
}
.TagClassName
{
border-color: #663470;
}
</style>