Shades of Seance #66186E
Tints of Seance #66186E
RGB
CMYK
RGB Variations
Color information
#66186E (or 0x66186E) is known color: Seance. HEX triplet: 66, 18 and 6E. RGB value is (102,24,110). Sum of RGB (Red+Green+Blue) = 102+24+110=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 110 - color contains mainly: blue. Hex color #66186E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66186E is #99E791. Grayscale: #383838. Windows color (decimal): -10086290 or 7215206. OLE color: 7215206.
HSL color Cylindrical-coordinate representation of color #66186E: hue angle of 294.42º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66186E is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 24 | 110 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.57 |
| HSL | 294.42º | 0.64% | 0.26% | - |
| HSV(B) | 294.42º | 0.78% | 0.43% | - |
| XYZ | 8.62 | 4.6 | 15.19 | - |
| YUV | 57.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 110 | 0.07 | 0.78 | 0 | 0.57 | 294.42 | 0.64 | 0.26 |
| Hex | 66 | 18 | 6E | 7 | 4E | 0 | 39 | 126 | 40 | 1A |
| Octal | 146 | 30 | 156 | 7 | 116 | 0 | 71 | 446 | 100 | 32 |
| Binary | 1100110 | 11000 | 1101110 | 111 | 1001110 | 0 | 111001 | 100100110 | 1000000 | 11010 |
Color Harmonies of #66186E
Complementary color
Monochromatic Colors of #66186E
Black with #66186E
Text Example
Text Example
White with #66186E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66186E; }
p { color: rgb(102,24,110); }
H1.HeaderClassName
{
color: #66186E;
}
.AnyTagClassName
{
color: #66186E;
}
</style>
background-color css
<style>
a { background-color: #66186E; }
a { background-color: rgb(102,24,110); }
div.DivClassName
{
background-color: #66186E;
}
.BgClassName
{
background-color: #66186E;
}
</style>
border-color css
<style>
span { border-color: #66186E; }
span { border-color: rgb(102,24,110); }
td.TdClassName
{
border-color: #66186E;
}
.TagClassName
{
border-color: #66186E;
}
</style>