Shades of Seance #66356B
Tints of Seance #66356B
RGB
CMYK
RGB Variations
Color information
#66356B (or 0x66356B) is known color: Seance. HEX triplet: 66, 35 and 6B. RGB value is (102,53,107). Sum of RGB (Red+Green+Blue) = 102+53+107=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 107 - color contains mainly: blue. Hex color #66356B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66356B is #99CA94. Grayscale: #494949. Windows color (decimal): -10078869 or 7026022. OLE color: 7026022.
HSL color Cylindrical-coordinate representation of color #66356B: hue angle of 294.44º degrees, saturation: 0.34, 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 #66356B is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 53 | 107 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.58 |
| HSL | 294.44º | 0.34% | 0.31% | - |
| HSV(B) | 294.44º | 0.5% | 0.42% | - |
| XYZ | 9.41 | 6.43 | 14.66 | - |
| YUV | 73.81 | 146.73 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 107 | 0.05 | 0.50 | 0 | 0.58 | 294.44 | 0.34 | 0.31 |
| Hex | 66 | 35 | 6B | 5 | 32 | 0 | 3A | 126 | 22 | 1F |
| Octal | 146 | 65 | 153 | 5 | 62 | 0 | 72 | 446 | 42 | 37 |
| Binary | 1100110 | 110101 | 1101011 | 101 | 110010 | 0 | 111010 | 100100110 | 100010 | 11111 |
Color Harmonies of #66356B
Complementary color
Monochromatic Colors of #66356B
Black with #66356B
Text Example
Text Example
White with #66356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66356B; }
p { color: rgb(102,53,107); }
H1.HeaderClassName
{
color: #66356B;
}
.AnyTagClassName
{
color: #66356B;
}
</style>
background-color css
<style>
a { background-color: #66356B; }
a { background-color: rgb(102,53,107); }
div.DivClassName
{
background-color: #66356B;
}
.BgClassName
{
background-color: #66356B;
}
</style>
border-color css
<style>
span { border-color: #66356B; }
span { border-color: rgb(102,53,107); }
td.TdClassName
{
border-color: #66356B;
}
.TagClassName
{
border-color: #66356B;
}
</style>