Shades of Seance #66187C
Tints of Seance #66187C
RGB
CMYK
RGB Variations
Color information
#66187C (or 0x66187C) is known color: Seance. HEX triplet: 66, 18 and 7C. RGB value is (102,24,124). Sum of RGB (Red+Green+Blue) = 102+24+124=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #66187C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66187C is #99E783. Grayscale: #3A3A3A. Windows color (decimal): -10086276 or 8132710. OLE color: 8132710.
HSL color Cylindrical-coordinate representation of color #66187C: hue angle of 286.8º 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 #66187C is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 24 | 124 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.51 |
| HSL | 286.8º | 0.68% | 0.29% | - |
| HSV(B) | 286.8º | 0.81% | 0.49% | - |
| XYZ | 9.44 | 4.93 | 19.52 | - |
| YUV | 58.72 | 164.84 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 124 | 0.18 | 0.81 | 0 | 0.51 | 286.8 | 0.68 | 0.29 |
| Hex | 66 | 18 | 7C | 12 | 51 | 0 | 33 | 11F | 44 | 1D |
| Octal | 146 | 30 | 174 | 22 | 121 | 0 | 63 | 437 | 104 | 35 |
| Binary | 1100110 | 11000 | 1111100 | 10010 | 1010001 | 0 | 110011 | 100011111 | 1000100 | 11101 |
Color Harmonies of #66187C
Complementary color
Monochromatic Colors of #66187C
Black with #66187C
Text Example
Text Example
White with #66187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66187C; }
p { color: rgb(102,24,124); }
H1.HeaderClassName
{
color: #66187C;
}
.AnyTagClassName
{
color: #66187C;
}
</style>
background-color css
<style>
a { background-color: #66187C; }
a { background-color: rgb(102,24,124); }
div.DivClassName
{
background-color: #66187C;
}
.BgClassName
{
background-color: #66187C;
}
</style>
border-color css
<style>
span { border-color: #66187C; }
span { border-color: rgb(102,24,124); }
td.TdClassName
{
border-color: #66187C;
}
.TagClassName
{
border-color: #66187C;
}
</style>