Shades of Seance #66166F
Tints of Seance #66166F
RGB
CMYK
RGB Variations
Color information
#66166F (or 0x66166F) is known color: Seance. HEX triplet: 66, 16 and 6F. RGB value is (102,22,111). Sum of RGB (Red+Green+Blue) = 102+22+111=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 111 (43.75% from 255 or 47.23% from 235); Max value from RGB is 111 - color contains mainly: blue. Hex color #66166F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66166F is #99E990. Grayscale: #373737. Windows color (decimal): -10086801 or 7280230. OLE color: 7280230.
HSL color Cylindrical-coordinate representation of color #66166F: hue angle of 293.93º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66166F is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 22 | 111 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.56 |
| HSL | 293.93º | 0.67% | 0.26% | - |
| HSV(B) | 293.93º | 0.8% | 0.44% | - |
| XYZ | 8.64 | 4.55 | 15.46 | - |
| YUV | 56.07 | 159 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 22 | 111 | 0.08 | 0.80 | 0 | 0.56 | 293.93 | 0.67 | 0.26 |
| Hex | 66 | 16 | 6F | 8 | 50 | 0 | 38 | 126 | 43 | 1A |
| Octal | 146 | 26 | 157 | 10 | 120 | 0 | 70 | 446 | 103 | 32 |
| Binary | 1100110 | 10110 | 1101111 | 1000 | 1010000 | 0 | 111000 | 100100110 | 1000011 | 11010 |
Color Harmonies of #66166F
Complementary color
Monochromatic Colors of #66166F
Black with #66166F
Text Example
Text Example
White with #66166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66166F; }
p { color: rgb(102,22,111); }
H1.HeaderClassName
{
color: #66166F;
}
.AnyTagClassName
{
color: #66166F;
}
</style>
background-color css
<style>
a { background-color: #66166F; }
a { background-color: rgb(102,22,111); }
div.DivClassName
{
background-color: #66166F;
}
.BgClassName
{
background-color: #66166F;
}
</style>
border-color css
<style>
span { border-color: #66166F; }
span { border-color: rgb(102,22,111); }
td.TdClassName
{
border-color: #66166F;
}
.TagClassName
{
border-color: #66166F;
}
</style>