Shades of Seance #66186F
Tints of Seance #66186F
RGB
CMYK
RGB Variations
Color information
#66186F (or 0x66186F) is known color: Seance. HEX triplet: 66, 18 and 6F. RGB value is (102,24,111). Sum of RGB (Red+Green+Blue) = 102+24+111=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 111 - color contains mainly: blue. Hex color #66186F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66186F is #99E790. Grayscale: #383838. Windows color (decimal): -10086289 or 7280742. OLE color: 7280742.
HSL color Cylindrical-coordinate representation of color #66186F: hue angle of 293.79º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66186F is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 24 | 111 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.56 |
| HSL | 293.79º | 0.64% | 0.26% | - |
| HSV(B) | 293.79º | 0.78% | 0.44% | - |
| XYZ | 8.68 | 4.63 | 15.47 | - |
| YUV | 57.24 | 158.34 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 111 | 0.08 | 0.78 | 0 | 0.56 | 293.79 | 0.64 | 0.26 |
| Hex | 66 | 18 | 6F | 8 | 4E | 0 | 38 | 126 | 40 | 1A |
| Octal | 146 | 30 | 157 | 10 | 116 | 0 | 70 | 446 | 100 | 32 |
| Binary | 1100110 | 11000 | 1101111 | 1000 | 1001110 | 0 | 111000 | 100100110 | 1000000 | 11010 |
Color Harmonies of #66186F
Complementary color
Monochromatic Colors of #66186F
Black with #66186F
Text Example
Text Example
White with #66186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66186F; }
p { color: rgb(102,24,111); }
H1.HeaderClassName
{
color: #66186F;
}
.AnyTagClassName
{
color: #66186F;
}
</style>
background-color css
<style>
a { background-color: #66186F; }
a { background-color: rgb(102,24,111); }
div.DivClassName
{
background-color: #66186F;
}
.BgClassName
{
background-color: #66186F;
}
</style>
border-color css
<style>
span { border-color: #66186F; }
span { border-color: rgb(102,24,111); }
td.TdClassName
{
border-color: #66186F;
}
.TagClassName
{
border-color: #66186F;
}
</style>