Shades of Seance #663265
Tints of Seance #663265
RGB
CMYK
RGB Variations
Color information
#663265 (or 0x663265) is known color: Seance. HEX triplet: 66, 32 and 65. RGB value is (102,50,101). Sum of RGB (Red+Green+Blue) = 102+50+101=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #663265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663265 is #99CD9A. Grayscale: #474747. Windows color (decimal): -10079643 or 6632038. OLE color: 6632038.
HSL color Cylindrical-coordinate representation of color #663265: hue angle of 301.15º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #663265 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 50 | 101 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.6 |
| HSL | 301.15º | 0.34% | 0.3% | - |
| HSV(B) | 301.15º | 0.51% | 0.4% | - |
| XYZ | 8.97 | 6.05 | 13.01 | - |
| YUV | 71.36 | 144.73 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 101 | 0 | 0.51 | 0.01 | 0.6 | 301.15 | 0.34 | 0.3 |
| Hex | 66 | 32 | 65 | 0 | 33 | 1 | 3C | 12D | 22 | 1E |
| Octal | 146 | 62 | 145 | 0 | 63 | 1 | 74 | 455 | 42 | 36 |
| Binary | 1100110 | 110010 | 1100101 | 0 | 110011 | 1 | 111100 | 100101101 | 100010 | 11110 |
Color Harmonies of #663265
Complementary color
Monochromatic Colors of #663265
Black with #663265
Text Example
Text Example
White with #663265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663265; }
p { color: rgb(102,50,101); }
H1.HeaderClassName
{
color: #663265;
}
.AnyTagClassName
{
color: #663265;
}
</style>
background-color css
<style>
a { background-color: #663265; }
a { background-color: rgb(102,50,101); }
div.DivClassName
{
background-color: #663265;
}
.BgClassName
{
background-color: #663265;
}
</style>
border-color css
<style>
span { border-color: #663265; }
span { border-color: rgb(102,50,101); }
td.TdClassName
{
border-color: #663265;
}
.TagClassName
{
border-color: #663265;
}
</style>