Shades of Seance #663165
Tints of Seance #663165
RGB
CMYK
RGB Variations
Color information
#663165 (or 0x663165) is known color: Seance. HEX triplet: 66, 31 and 65. RGB value is (102,49,101). Sum of RGB (Red+Green+Blue) = 102+49+101=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 102 - color contains mainly: red. Hex color #663165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663165 is #99CE9A. Grayscale: #464646. Windows color (decimal): -10079899 or 6631782. OLE color: 6631782.
HSL color Cylindrical-coordinate representation of color #663165: hue angle of 301.13º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #663165 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 49 | 101 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.6 |
| HSL | 301.13º | 0.35% | 0.3% | - |
| HSV(B) | 301.13º | 0.52% | 0.4% | - |
| XYZ | 8.93 | 5.96 | 12.99 | - |
| YUV | 70.78 | 145.06 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 101 | 0 | 0.52 | 0.01 | 0.6 | 301.13 | 0.35 | 0.3 |
| Hex | 66 | 31 | 65 | 0 | 34 | 1 | 3C | 12D | 23 | 1E |
| Octal | 146 | 61 | 145 | 0 | 64 | 1 | 74 | 455 | 43 | 36 |
| Binary | 1100110 | 110001 | 1100101 | 0 | 110100 | 1 | 111100 | 100101101 | 100011 | 11110 |
Color Harmonies of #663165
Complementary color
Monochromatic Colors of #663165
Black with #663165
Text Example
Text Example
White with #663165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663165; }
p { color: rgb(102,49,101); }
H1.HeaderClassName
{
color: #663165;
}
.AnyTagClassName
{
color: #663165;
}
</style>
background-color css
<style>
a { background-color: #663165; }
a { background-color: rgb(102,49,101); }
div.DivClassName
{
background-color: #663165;
}
.BgClassName
{
background-color: #663165;
}
</style>
border-color css
<style>
span { border-color: #663165; }
span { border-color: rgb(102,49,101); }
td.TdClassName
{
border-color: #663165;
}
.TagClassName
{
border-color: #663165;
}
</style>