Shades of Seance #66356E
Tints of Seance #66356E
RGB
CMYK
RGB Variations
Color information
#66356E (or 0x66356E) is known color: Seance. HEX triplet: 66, 35 and 6E. RGB value is (102,53,110). Sum of RGB (Red+Green+Blue) = 102+53+110=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 110 - color contains mainly: blue. Hex color #66356E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66356E is #99CA91. Grayscale: #494949. Windows color (decimal): -10078866 or 7222630. OLE color: 7222630.
HSL color Cylindrical-coordinate representation of color #66356E: hue angle of 291.58º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66356E is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 53 | 110 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.57 |
| HSL | 291.58º | 0.35% | 0.32% | - |
| HSV(B) | 291.58º | 0.52% | 0.43% | - |
| XYZ | 9.57 | 6.5 | 15.5 | - |
| YUV | 74.15 | 148.23 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 110 | 0.07 | 0.52 | 0 | 0.57 | 291.58 | 0.35 | 0.32 |
| Hex | 66 | 35 | 6E | 7 | 34 | 0 | 39 | 124 | 23 | 20 |
| Octal | 146 | 65 | 156 | 7 | 64 | 0 | 71 | 444 | 43 | 40 |
| Binary | 1100110 | 110101 | 1101110 | 111 | 110100 | 0 | 111001 | 100100100 | 100011 | 100000 |
Color Harmonies of #66356E
Complementary color
Monochromatic Colors of #66356E
Black with #66356E
Text Example
Text Example
White with #66356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66356E; }
p { color: rgb(102,53,110); }
H1.HeaderClassName
{
color: #66356E;
}
.AnyTagClassName
{
color: #66356E;
}
</style>
background-color css
<style>
a { background-color: #66356E; }
a { background-color: rgb(102,53,110); }
div.DivClassName
{
background-color: #66356E;
}
.BgClassName
{
background-color: #66356E;
}
</style>
border-color css
<style>
span { border-color: #66356E; }
span { border-color: rgb(102,53,110); }
td.TdClassName
{
border-color: #66356E;
}
.TagClassName
{
border-color: #66356E;
}
</style>