Shades of Seance #66187D
Tints of Seance #66187D
RGB
CMYK
RGB Variations
Color information
#66187D (or 0x66187D) is known color: Seance. HEX triplet: 66, 18 and 7D. RGB value is (102,24,125). Sum of RGB (Red+Green+Blue) = 102+24+125=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #66187D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66187D is #99E782. Grayscale: #3A3A3A. Windows color (decimal): -10086275 or 8198246. OLE color: 8198246.
HSL color Cylindrical-coordinate representation of color #66187D: hue angle of 286.34º 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 #66187D is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 24 | 125 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.51 |
| HSL | 286.34º | 0.68% | 0.29% | - |
| HSV(B) | 286.34º | 0.81% | 0.49% | - |
| XYZ | 9.51 | 4.96 | 19.86 | - |
| YUV | 58.84 | 165.34 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 125 | 0.18 | 0.81 | 0 | 0.51 | 286.34 | 0.68 | 0.29 |
| Hex | 66 | 18 | 7D | 12 | 51 | 0 | 33 | 11E | 44 | 1D |
| Octal | 146 | 30 | 175 | 22 | 121 | 0 | 63 | 436 | 104 | 35 |
| Binary | 1100110 | 11000 | 1111101 | 10010 | 1010001 | 0 | 110011 | 100011110 | 1000100 | 11101 |
Color Harmonies of #66187D
Complementary color
Monochromatic Colors of #66187D
Black with #66187D
Text Example
Text Example
White with #66187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66187D; }
p { color: rgb(102,24,125); }
H1.HeaderClassName
{
color: #66187D;
}
.AnyTagClassName
{
color: #66187D;
}
</style>
background-color css
<style>
a { background-color: #66187D; }
a { background-color: rgb(102,24,125); }
div.DivClassName
{
background-color: #66187D;
}
.BgClassName
{
background-color: #66187D;
}
</style>
border-color css
<style>
span { border-color: #66187D; }
span { border-color: rgb(102,24,125); }
td.TdClassName
{
border-color: #66187D;
}
.TagClassName
{
border-color: #66187D;
}
</style>