Shades of Seance #66356A
Tints of Seance #66356A
RGB
CMYK
RGB Variations
Color information
#66356A (or 0x66356A) is known color: Seance. HEX triplet: 66, 35 and 6A. RGB value is (102,53,106). Sum of RGB (Red+Green+Blue) = 102+53+106=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 106 (41.80% from 255 or 40.61% from 261); Max value from RGB is 106 - color contains mainly: blue. Hex color #66356A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66356A is #99CA95. Grayscale: #494949. Windows color (decimal): -10078870 or 6960486. OLE color: 6960486.
HSL color Cylindrical-coordinate representation of color #66356A: hue angle of 295.47º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66356A is Cyan = 0.04, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 53 | 106 | - |
| CMYK | 0.04 | 0.5 | 0 | 0.58 |
| HSL | 295.47º | 0.33% | 0.31% | - |
| HSV(B) | 295.47º | 0.5% | 0.42% | - |
| XYZ | 9.35 | 6.41 | 14.38 | - |
| YUV | 73.69 | 146.23 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 106 | 0.04 | 0.5 | 0 | 0.58 | 295.47 | 0.33 | 0.31 |
| Hex | 66 | 35 | 6A | 4 | 32 | 0 | 3A | 127 | 21 | 1F |
| Octal | 146 | 65 | 152 | 4 | 62 | 0 | 72 | 447 | 41 | 37 |
| Binary | 1100110 | 110101 | 1101010 | 100 | 110010 | 0 | 111010 | 100100111 | 100001 | 11111 |
Color Harmonies of #66356A
Complementary color
Monochromatic Colors of #66356A
Black with #66356A
Text Example
Text Example
White with #66356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66356A; }
p { color: rgb(102,53,106); }
H1.HeaderClassName
{
color: #66356A;
}
.AnyTagClassName
{
color: #66356A;
}
</style>
background-color css
<style>
a { background-color: #66356A; }
a { background-color: rgb(102,53,106); }
div.DivClassName
{
background-color: #66356A;
}
.BgClassName
{
background-color: #66356A;
}
</style>
border-color css
<style>
span { border-color: #66356A; }
span { border-color: rgb(102,53,106); }
td.TdClassName
{
border-color: #66356A;
}
.TagClassName
{
border-color: #66356A;
}
</style>