Shades of Seance #66187B
Tints of Seance #66187B
RGB
CMYK
RGB Variations
Color information
#66187B (or 0x66187B) is known color: Seance. HEX triplet: 66, 18 and 7B. RGB value is (102,24,123). Sum of RGB (Red+Green+Blue) = 102+24+123=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 123 (48.44% from 255 or 49.40% from 249); Max value from RGB is 123 - color contains mainly: blue. Hex color #66187B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66187B is #99E784. Grayscale: #3A3A3A. Windows color (decimal): -10086277 or 8067174. OLE color: 8067174.
HSL color Cylindrical-coordinate representation of color #66187B: hue angle of 287.27º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66187B is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 24 | 123 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.52 |
| HSL | 287.27º | 0.67% | 0.29% | - |
| HSV(B) | 287.27º | 0.8% | 0.48% | - |
| XYZ | 9.38 | 4.91 | 19.19 | - |
| YUV | 58.61 | 164.34 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 123 | 0.17 | 0.80 | 0 | 0.52 | 287.27 | 0.67 | 0.29 |
| Hex | 66 | 18 | 7B | 11 | 50 | 0 | 34 | 11F | 43 | 1D |
| Octal | 146 | 30 | 173 | 21 | 120 | 0 | 64 | 437 | 103 | 35 |
| Binary | 1100110 | 11000 | 1111011 | 10001 | 1010000 | 0 | 110100 | 100011111 | 1000011 | 11101 |
Color Harmonies of #66187B
Complementary color
Monochromatic Colors of #66187B
Black with #66187B
Text Example
Text Example
White with #66187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66187B; }
p { color: rgb(102,24,123); }
H1.HeaderClassName
{
color: #66187B;
}
.AnyTagClassName
{
color: #66187B;
}
</style>
background-color css
<style>
a { background-color: #66187B; }
a { background-color: rgb(102,24,123); }
div.DivClassName
{
background-color: #66187B;
}
.BgClassName
{
background-color: #66187B;
}
</style>
border-color css
<style>
span { border-color: #66187B; }
span { border-color: rgb(102,24,123); }
td.TdClassName
{
border-color: #66187B;
}
.TagClassName
{
border-color: #66187B;
}
</style>