Shades of Seance #663369
Tints of Seance #663369
RGB
CMYK
RGB Variations
Color information
#663369 (or 0x663369) is known color: Seance. HEX triplet: 66, 33 and 69. RGB value is (102,51,105). Sum of RGB (Red+Green+Blue) = 102+51+105=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 105 - color contains mainly: blue. Hex color #663369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663369 is #99CC96. Grayscale: #484848. Windows color (decimal): -10079383 or 6894438. OLE color: 6894438.
HSL color Cylindrical-coordinate representation of color #663369: hue angle of 296.67º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #663369 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 51 | 105 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.59 |
| HSL | 296.67º | 0.35% | 0.31% | - |
| HSV(B) | 296.67º | 0.51% | 0.41% | - |
| XYZ | 9.21 | 6.21 | 14.08 | - |
| YUV | 72.41 | 146.4 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 51 | 105 | 0.03 | 0.51 | 0 | 0.59 | 296.67 | 0.35 | 0.31 |
| Hex | 66 | 33 | 69 | 3 | 33 | 0 | 3B | 129 | 23 | 1F |
| Octal | 146 | 63 | 151 | 3 | 63 | 0 | 73 | 451 | 43 | 37 |
| Binary | 1100110 | 110011 | 1101001 | 11 | 110011 | 0 | 111011 | 100101001 | 100011 | 11111 |
Color Harmonies of #663369
Complementary color
Monochromatic Colors of #663369
Black with #663369
Text Example
Text Example
White with #663369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663369; }
p { color: rgb(102,51,105); }
H1.HeaderClassName
{
color: #663369;
}
.AnyTagClassName
{
color: #663369;
}
</style>
background-color css
<style>
a { background-color: #663369; }
a { background-color: rgb(102,51,105); }
div.DivClassName
{
background-color: #663369;
}
.BgClassName
{
background-color: #663369;
}
</style>
border-color css
<style>
span { border-color: #663369; }
span { border-color: rgb(102,51,105); }
td.TdClassName
{
border-color: #663369;
}
.TagClassName
{
border-color: #663369;
}
</style>