Shades of Seance #663465
Tints of Seance #663465
RGB
CMYK
RGB Variations
Color information
#663465 (or 0x663465) is known color: Seance. HEX triplet: 66, 34 and 65. RGB value is (102,52,101). Sum of RGB (Red+Green+Blue) = 102+52+101=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 102 - color contains mainly: red. Hex color #663465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663465 is #99CB9A. Grayscale: #484848. Windows color (decimal): -10079131 or 6632550. OLE color: 6632550.
HSL color Cylindrical-coordinate representation of color #663465: hue angle of 301.2º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #663465 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 52 | 101 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.6 |
| HSL | 301.2º | 0.32% | 0.3% | - |
| HSV(B) | 301.2º | 0.49% | 0.4% | - |
| XYZ | 9.06 | 6.22 | 13.04 | - |
| YUV | 72.54 | 144.07 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 52 | 101 | 0 | 0.49 | 0.01 | 0.6 | 301.2 | 0.32 | 0.3 |
| Hex | 66 | 34 | 65 | 0 | 31 | 1 | 3C | 12D | 20 | 1E |
| Octal | 146 | 64 | 145 | 0 | 61 | 1 | 74 | 455 | 40 | 36 |
| Binary | 1100110 | 110100 | 1100101 | 0 | 110001 | 1 | 111100 | 100101101 | 100000 | 11110 |
Color Harmonies of #663465
Complementary color
Monochromatic Colors of #663465
Black with #663465
Text Example
Text Example
White with #663465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663465; }
p { color: rgb(102,52,101); }
H1.HeaderClassName
{
color: #663465;
}
.AnyTagClassName
{
color: #663465;
}
</style>
background-color css
<style>
a { background-color: #663465; }
a { background-color: rgb(102,52,101); }
div.DivClassName
{
background-color: #663465;
}
.BgClassName
{
background-color: #663465;
}
</style>
border-color css
<style>
span { border-color: #663465; }
span { border-color: rgb(102,52,101); }
td.TdClassName
{
border-color: #663465;
}
.TagClassName
{
border-color: #663465;
}
</style>