Shades of Seance #663669
Tints of Seance #663669
RGB
CMYK
RGB Variations
Color information
#663669 (or 0x663669) is known color: Seance. HEX triplet: 66, 36 and 69. RGB value is (102,54,105). Sum of RGB (Red+Green+Blue) = 102+54+105=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 105 - color contains mainly: blue. Hex color #663669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663669 is #99C996. Grayscale: #4A4A4A. Windows color (decimal): -10078615 or 6895206. OLE color: 6895206.
HSL color Cylindrical-coordinate representation of color #663669: hue angle of 296.47º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #663669 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 54 | 105 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.59 |
| HSL | 296.47º | 0.32% | 0.31% | - |
| HSV(B) | 296.47º | 0.49% | 0.41% | - |
| XYZ | 9.35 | 6.48 | 14.12 | - |
| YUV | 74.17 | 145.4 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 54 | 105 | 0.03 | 0.49 | 0 | 0.59 | 296.47 | 0.32 | 0.31 |
| Hex | 66 | 36 | 69 | 3 | 31 | 0 | 3B | 128 | 20 | 1F |
| Octal | 146 | 66 | 151 | 3 | 61 | 0 | 73 | 450 | 40 | 37 |
| Binary | 1100110 | 110110 | 1101001 | 11 | 110001 | 0 | 111011 | 100101000 | 100000 | 11111 |
Color Harmonies of #663669
Complementary color
Monochromatic Colors of #663669
Black with #663669
Text Example
Text Example
White with #663669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663669; }
p { color: rgb(102,54,105); }
H1.HeaderClassName
{
color: #663669;
}
.AnyTagClassName
{
color: #663669;
}
</style>
background-color css
<style>
a { background-color: #663669; }
a { background-color: rgb(102,54,105); }
div.DivClassName
{
background-color: #663669;
}
.BgClassName
{
background-color: #663669;
}
</style>
border-color css
<style>
span { border-color: #663669; }
span { border-color: rgb(102,54,105); }
td.TdClassName
{
border-color: #663669;
}
.TagClassName
{
border-color: #663669;
}
</style>