Shades of Seance #663869
Tints of Seance #663869
RGB
CMYK
RGB Variations
Color information
#663869 (or 0x663869) is known color: Seance. HEX triplet: 66, 38 and 69. RGB value is (102,56,105). Sum of RGB (Red+Green+Blue) = 102+56+105=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 105 - color contains mainly: blue. Hex color #663869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663869 is #99C796. Grayscale: #4B4B4B. Windows color (decimal): -10078103 or 6895718. OLE color: 6895718.
HSL color Cylindrical-coordinate representation of color #663869: hue angle of 296.33º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #663869 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 56 | 105 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.59 |
| HSL | 296.33º | 0.3% | 0.32% | - |
| HSV(B) | 296.33º | 0.47% | 0.41% | - |
| XYZ | 9.44 | 6.67 | 14.15 | - |
| YUV | 75.34 | 144.74 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 105 | 0.03 | 0.47 | 0 | 0.59 | 296.33 | 0.3 | 0.32 |
| Hex | 66 | 38 | 69 | 3 | 2F | 0 | 3B | 128 | 1E | 20 |
| Octal | 146 | 70 | 151 | 3 | 57 | 0 | 73 | 450 | 36 | 40 |
| Binary | 1100110 | 111000 | 1101001 | 11 | 101111 | 0 | 111011 | 100101000 | 11110 | 100000 |
Color Harmonies of #663869
Complementary color
Monochromatic Colors of #663869
Black with #663869
Text Example
Text Example
White with #663869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663869; }
p { color: rgb(102,56,105); }
H1.HeaderClassName
{
color: #663869;
}
.AnyTagClassName
{
color: #663869;
}
</style>
background-color css
<style>
a { background-color: #663869; }
a { background-color: rgb(102,56,105); }
div.DivClassName
{
background-color: #663869;
}
.BgClassName
{
background-color: #663869;
}
</style>
border-color css
<style>
span { border-color: #663869; }
span { border-color: rgb(102,56,105); }
td.TdClassName
{
border-color: #663869;
}
.TagClassName
{
border-color: #663869;
}
</style>