Shades of Seance #663069
Tints of Seance #663069
RGB
CMYK
RGB Variations
Color information
#663069 (or 0x663069) is known color: Seance. HEX triplet: 66, 30 and 69. RGB value is (102,48,105). Sum of RGB (Red+Green+Blue) = 102+48+105=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 105 - color contains mainly: blue. Hex color #663069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663069 is #99CF96. Grayscale: #464646. Windows color (decimal): -10080151 or 6893670. OLE color: 6893670.
HSL color Cylindrical-coordinate representation of color #663069: hue angle of 296.84º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #663069 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 48 | 105 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.59 |
| HSL | 296.84º | 0.37% | 0.3% | - |
| HSV(B) | 296.84º | 0.54% | 0.41% | - |
| XYZ | 9.09 | 5.96 | 14.04 | - |
| YUV | 70.64 | 147.39 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 48 | 105 | 0.03 | 0.54 | 0 | 0.59 | 296.84 | 0.37 | 0.3 |
| Hex | 66 | 30 | 69 | 3 | 36 | 0 | 3B | 129 | 25 | 1E |
| Octal | 146 | 60 | 151 | 3 | 66 | 0 | 73 | 451 | 45 | 36 |
| Binary | 1100110 | 110000 | 1101001 | 11 | 110110 | 0 | 111011 | 100101001 | 100101 | 11110 |
Color Harmonies of #663069
Complementary color
Monochromatic Colors of #663069
Black with #663069
Text Example
Text Example
White with #663069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663069; }
p { color: rgb(102,48,105); }
H1.HeaderClassName
{
color: #663069;
}
.AnyTagClassName
{
color: #663069;
}
</style>
background-color css
<style>
a { background-color: #663069; }
a { background-color: rgb(102,48,105); }
div.DivClassName
{
background-color: #663069;
}
.BgClassName
{
background-color: #663069;
}
</style>
border-color css
<style>
span { border-color: #663069; }
span { border-color: rgb(102,48,105); }
td.TdClassName
{
border-color: #663069;
}
.TagClassName
{
border-color: #663069;
}
</style>