Shades of Seance #66166D
Tints of Seance #66166D
RGB
CMYK
RGB Variations
Color information
#66166D (or 0x66166D) is known color: Seance. HEX triplet: 66, 16 and 6D. RGB value is (102,22,109). Sum of RGB (Red+Green+Blue) = 102+22+109=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #66166D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66166D is #99E992. Grayscale: #373737. Windows color (decimal): -10086803 or 7149158. OLE color: 7149158.
HSL color Cylindrical-coordinate representation of color #66166D: hue angle of 295.17º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66166D is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 22 | 109 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.57 |
| HSL | 295.17º | 0.66% | 0.26% | - |
| HSV(B) | 295.17º | 0.8% | 0.43% | - |
| XYZ | 8.53 | 4.5 | 14.89 | - |
| YUV | 55.84 | 158 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 22 | 109 | 0.06 | 0.80 | 0 | 0.57 | 295.17 | 0.66 | 0.26 |
| Hex | 66 | 16 | 6D | 6 | 50 | 0 | 39 | 127 | 42 | 1A |
| Octal | 146 | 26 | 155 | 6 | 120 | 0 | 71 | 447 | 102 | 32 |
| Binary | 1100110 | 10110 | 1101101 | 110 | 1010000 | 0 | 111001 | 100100111 | 1000010 | 11010 |
Color Harmonies of #66166D
Complementary color
Monochromatic Colors of #66166D
Black with #66166D
Text Example
Text Example
White with #66166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66166D; }
p { color: rgb(102,22,109); }
H1.HeaderClassName
{
color: #66166D;
}
.AnyTagClassName
{
color: #66166D;
}
</style>
background-color css
<style>
a { background-color: #66166D; }
a { background-color: rgb(102,22,109); }
div.DivClassName
{
background-color: #66166D;
}
.BgClassName
{
background-color: #66166D;
}
</style>
border-color css
<style>
span { border-color: #66166D; }
span { border-color: rgb(102,22,109); }
td.TdClassName
{
border-color: #66166D;
}
.TagClassName
{
border-color: #66166D;
}
</style>