Shades of Seance #66186D
Tints of Seance #66186D
RGB
CMYK
RGB Variations
Color information
#66186D (or 0x66186D) is known color: Seance. HEX triplet: 66, 18 and 6D. RGB value is (102,24,109). Sum of RGB (Red+Green+Blue) = 102+24+109=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 109 - color contains mainly: blue. Hex color #66186D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66186D is #99E792. Grayscale: #383838. Windows color (decimal): -10086291 or 7149670. OLE color: 7149670.
HSL color Cylindrical-coordinate representation of color #66186D: hue angle of 295.06º 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 #66186D is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 24 | 109 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.57 |
| HSL | 295.06º | 0.64% | 0.26% | - |
| HSV(B) | 295.06º | 0.78% | 0.43% | - |
| XYZ | 8.57 | 4.58 | 14.9 | - |
| YUV | 57.01 | 157.34 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 109 | 0.06 | 0.78 | 0 | 0.57 | 295.06 | 0.64 | 0.26 |
| Hex | 66 | 18 | 6D | 6 | 4E | 0 | 39 | 127 | 40 | 1A |
| Octal | 146 | 30 | 155 | 6 | 116 | 0 | 71 | 447 | 100 | 32 |
| Binary | 1100110 | 11000 | 1101101 | 110 | 1001110 | 0 | 111001 | 100100111 | 1000000 | 11010 |
Color Harmonies of #66186D
Complementary color
Monochromatic Colors of #66186D
Black with #66186D
Text Example
Text Example
White with #66186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66186D; }
p { color: rgb(102,24,109); }
H1.HeaderClassName
{
color: #66186D;
}
.AnyTagClassName
{
color: #66186D;
}
</style>
background-color css
<style>
a { background-color: #66186D; }
a { background-color: rgb(102,24,109); }
div.DivClassName
{
background-color: #66186D;
}
.BgClassName
{
background-color: #66186D;
}
</style>
border-color css
<style>
span { border-color: #66186D; }
span { border-color: rgb(102,24,109); }
td.TdClassName
{
border-color: #66186D;
}
.TagClassName
{
border-color: #66186D;
}
</style>