Shades of Seance #66187E
Tints of Seance #66187E
RGB
CMYK
RGB Variations
Color information
#66187E (or 0x66187E) is known color: Seance. HEX triplet: 66, 18 and 7E. RGB value is (102,24,126). Sum of RGB (Red+Green+Blue) = 102+24+126=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 126 (49.61% from 255 or 50% from 252); Max value from RGB is 126 - color contains mainly: blue. Hex color #66187E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66187E is #99E781. Grayscale: #3A3A3A. Windows color (decimal): -10086274 or 8263782. OLE color: 8263782.
HSL color Cylindrical-coordinate representation of color #66187E: hue angle of 285.88º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #66187E is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 24 | 126 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.51 |
| HSL | 285.88º | 0.68% | 0.29% | - |
| HSV(B) | 285.88º | 0.81% | 0.49% | - |
| XYZ | 9.57 | 4.98 | 20.2 | - |
| YUV | 58.95 | 165.84 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 126 | 0.19 | 0.81 | 0 | 0.51 | 285.88 | 0.68 | 0.29 |
| Hex | 66 | 18 | 7E | 13 | 51 | 0 | 33 | 11E | 44 | 1D |
| Octal | 146 | 30 | 176 | 23 | 121 | 0 | 63 | 436 | 104 | 35 |
| Binary | 1100110 | 11000 | 1111110 | 10011 | 1010001 | 0 | 110011 | 100011110 | 1000100 | 11101 |
Color Harmonies of #66187E
Complementary color
Monochromatic Colors of #66187E
Black with #66187E
Text Example
Text Example
White with #66187E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66187E; }
p { color: rgb(102,24,126); }
H1.HeaderClassName
{
color: #66187E;
}
.AnyTagClassName
{
color: #66187E;
}
</style>
background-color css
<style>
a { background-color: #66187E; }
a { background-color: rgb(102,24,126); }
div.DivClassName
{
background-color: #66187E;
}
.BgClassName
{
background-color: #66187E;
}
</style>
border-color css
<style>
span { border-color: #66187E; }
span { border-color: rgb(102,24,126); }
td.TdClassName
{
border-color: #66187E;
}
.TagClassName
{
border-color: #66187E;
}
</style>