Shades of Seance #66167C
Tints of Seance #66167C
RGB
CMYK
RGB Variations
Color information
#66167C (or 0x66167C) is known color: Seance. HEX triplet: 66, 16 and 7C. RGB value is (102,22,124). Sum of RGB (Red+Green+Blue) = 102+22+124=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #66167C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66167C is #99E983. Grayscale: #393939. Windows color (decimal): -10086788 or 8132198. OLE color: 8132198.
HSL color Cylindrical-coordinate representation of color #66167C: hue angle of 287.06º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #66167C is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 22 | 124 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.51 |
| HSL | 287.06º | 0.7% | 0.29% | - |
| HSV(B) | 287.06º | 0.82% | 0.49% | - |
| XYZ | 9.4 | 4.85 | 19.51 | - |
| YUV | 57.55 | 165.5 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 22 | 124 | 0.18 | 0.82 | 0 | 0.51 | 287.06 | 0.7 | 0.29 |
| Hex | 66 | 16 | 7C | 12 | 52 | 0 | 33 | 11F | 46 | 1D |
| Octal | 146 | 26 | 174 | 22 | 122 | 0 | 63 | 437 | 106 | 35 |
| Binary | 1100110 | 10110 | 1111100 | 10010 | 1010010 | 0 | 110011 | 100011111 | 1000110 | 11101 |
Color Harmonies of #66167C
Complementary color
Monochromatic Colors of #66167C
Black with #66167C
Text Example
Text Example
White with #66167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66167C; }
p { color: rgb(102,22,124); }
H1.HeaderClassName
{
color: #66167C;
}
.AnyTagClassName
{
color: #66167C;
}
</style>
background-color css
<style>
a { background-color: #66167C; }
a { background-color: rgb(102,22,124); }
div.DivClassName
{
background-color: #66167C;
}
.BgClassName
{
background-color: #66167C;
}
</style>
border-color css
<style>
span { border-color: #66167C; }
span { border-color: rgb(102,22,124); }
td.TdClassName
{
border-color: #66167C;
}
.TagClassName
{
border-color: #66167C;
}
</style>