Shades of Seance #66187F
Tints of Seance #66187F
RGB
CMYK
RGB Variations
Color information
#66187F (or 0x66187F) is known color: Seance. HEX triplet: 66, 18 and 7F. RGB value is (102,24,127). Sum of RGB (Red+Green+Blue) = 102+24+127=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #66187F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66187F is #99E780. Grayscale: #3A3A3A. Windows color (decimal): -10086273 or 8329318. OLE color: 8329318.
HSL color Cylindrical-coordinate representation of color #66187F: hue angle of 285.44º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #66187F is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 24 | 127 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.50 |
| HSL | 285.44º | 0.68% | 0.3% | - |
| HSV(B) | 285.44º | 0.81% | 0.5% | - |
| XYZ | 9.64 | 5.01 | 20.54 | - |
| YUV | 59.06 | 166.34 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 127 | 0.20 | 0.81 | 0 | 0.50 | 285.44 | 0.68 | 0.3 |
| Hex | 66 | 18 | 7F | 14 | 51 | 0 | 32 | 11D | 44 | 1E |
| Octal | 146 | 30 | 177 | 24 | 121 | 0 | 62 | 435 | 104 | 36 |
| Binary | 1100110 | 11000 | 1111111 | 10100 | 1010001 | 0 | 110010 | 100011101 | 1000100 | 11110 |
Color Harmonies of #66187F
Complementary color
Monochromatic Colors of #66187F
Black with #66187F
Text Example
Text Example
White with #66187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66187F; }
p { color: rgb(102,24,127); }
H1.HeaderClassName
{
color: #66187F;
}
.AnyTagClassName
{
color: #66187F;
}
</style>
background-color css
<style>
a { background-color: #66187F; }
a { background-color: rgb(102,24,127); }
div.DivClassName
{
background-color: #66187F;
}
.BgClassName
{
background-color: #66187F;
}
</style>
border-color css
<style>
span { border-color: #66187F; }
span { border-color: rgb(102,24,127); }
td.TdClassName
{
border-color: #66187F;
}
.TagClassName
{
border-color: #66187F;
}
</style>