Shades of Seance #663365
Tints of Seance #663365
RGB
CMYK
RGB Variations
Color information
#663365 (or 0x663365) is known color: Seance. HEX triplet: 66, 33 and 65. RGB value is (102,51,101). Sum of RGB (Red+Green+Blue) = 102+51+101=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #663365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663365 is #99CC9A. Grayscale: #474747. Windows color (decimal): -10079387 or 6632294. OLE color: 6632294.
HSL color Cylindrical-coordinate representation of color #663365: hue angle of 301.18º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #663365 is Cyan = 0, Magento = 0.5, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 51 | 101 | - |
| CMYK | 0 | 0.5 | 0.01 | 0.6 |
| HSL | 301.18º | 0.33% | 0.3% | - |
| HSV(B) | 301.18º | 0.5% | 0.4% | - |
| XYZ | 9.01 | 6.13 | 13.02 | - |
| YUV | 71.95 | 144.4 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 51 | 101 | 0 | 0.5 | 0.01 | 0.6 | 301.18 | 0.33 | 0.3 |
| Hex | 66 | 33 | 65 | 0 | 32 | 1 | 3C | 12D | 21 | 1E |
| Octal | 146 | 63 | 145 | 0 | 62 | 1 | 74 | 455 | 41 | 36 |
| Binary | 1100110 | 110011 | 1100101 | 0 | 110010 | 1 | 111100 | 100101101 | 100001 | 11110 |
Color Harmonies of #663365
Complementary color
Monochromatic Colors of #663365
Black with #663365
Text Example
Text Example
White with #663365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663365; }
p { color: rgb(102,51,101); }
H1.HeaderClassName
{
color: #663365;
}
.AnyTagClassName
{
color: #663365;
}
</style>
background-color css
<style>
a { background-color: #663365; }
a { background-color: rgb(102,51,101); }
div.DivClassName
{
background-color: #663365;
}
.BgClassName
{
background-color: #663365;
}
</style>
border-color css
<style>
span { border-color: #663365; }
span { border-color: rgb(102,51,101); }
td.TdClassName
{
border-color: #663365;
}
.TagClassName
{
border-color: #663365;
}
</style>