Shades of Seance #66356D
Tints of Seance #66356D
RGB
CMYK
RGB Variations
Color information
#66356D (or 0x66356D) is known color: Seance. HEX triplet: 66, 35 and 6D. RGB value is (102,53,109). Sum of RGB (Red+Green+Blue) = 102+53+109=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 109 - color contains mainly: blue. Hex color #66356D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66356D is #99CA92. Grayscale: #494949. Windows color (decimal): -10078867 or 7157094. OLE color: 7157094.
HSL color Cylindrical-coordinate representation of color #66356D: hue angle of 292.5º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66356D is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 53 | 109 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.57 |
| HSL | 292.5º | 0.35% | 0.32% | - |
| HSV(B) | 292.5º | 0.51% | 0.43% | - |
| XYZ | 9.51 | 6.48 | 15.22 | - |
| YUV | 74.04 | 147.73 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 109 | 0.06 | 0.51 | 0 | 0.57 | 292.5 | 0.35 | 0.32 |
| Hex | 66 | 35 | 6D | 6 | 33 | 0 | 39 | 124 | 23 | 20 |
| Octal | 146 | 65 | 155 | 6 | 63 | 0 | 71 | 444 | 43 | 40 |
| Binary | 1100110 | 110101 | 1101101 | 110 | 110011 | 0 | 111001 | 100100100 | 100011 | 100000 |
Color Harmonies of #66356D
Complementary color
Monochromatic Colors of #66356D
Black with #66356D
Text Example
Text Example
White with #66356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66356D; }
p { color: rgb(102,53,109); }
H1.HeaderClassName
{
color: #66356D;
}
.AnyTagClassName
{
color: #66356D;
}
</style>
background-color css
<style>
a { background-color: #66356D; }
a { background-color: rgb(102,53,109); }
div.DivClassName
{
background-color: #66356D;
}
.BgClassName
{
background-color: #66356D;
}
</style>
border-color css
<style>
span { border-color: #66356D; }
span { border-color: rgb(102,53,109); }
td.TdClassName
{
border-color: #66356D;
}
.TagClassName
{
border-color: #66356D;
}
</style>