Shades of Seance #66176D
Tints of Seance #66176D
RGB
CMYK
RGB Variations
Color information
#66176D (or 0x66176D) is known color: Seance. HEX triplet: 66, 17 and 6D. RGB value is (102,23,109). Sum of RGB (Red+Green+Blue) = 102+23+109=234 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.59% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: blue. Hex color #66176D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66176D is #99E892. Grayscale: #383838. Windows color (decimal): -10086547 or 7149414. OLE color: 7149414.
HSL color Cylindrical-coordinate representation of color #66176D: hue angle of 295.12º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66176D is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 23 | 109 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.57 |
| HSL | 295.12º | 0.65% | 0.26% | - |
| HSV(B) | 295.12º | 0.79% | 0.43% | - |
| XYZ | 8.55 | 4.54 | 14.89 | - |
| YUV | 56.43 | 157.67 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 23 | 109 | 0.06 | 0.79 | 0 | 0.57 | 295.12 | 0.65 | 0.26 |
| Hex | 66 | 17 | 6D | 6 | 4F | 0 | 39 | 127 | 41 | 1A |
| Octal | 146 | 27 | 155 | 6 | 117 | 0 | 71 | 447 | 101 | 32 |
| Binary | 1100110 | 10111 | 1101101 | 110 | 1001111 | 0 | 111001 | 100100111 | 1000001 | 11010 |
Color Harmonies of #66176D
Complementary color
Monochromatic Colors of #66176D
Black with #66176D
Text Example
Text Example
White with #66176D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66176D; }
p { color: rgb(102,23,109); }
H1.HeaderClassName
{
color: #66176D;
}
.AnyTagClassName
{
color: #66176D;
}
</style>
background-color css
<style>
a { background-color: #66176D; }
a { background-color: rgb(102,23,109); }
div.DivClassName
{
background-color: #66176D;
}
.BgClassName
{
background-color: #66176D;
}
</style>
border-color css
<style>
span { border-color: #66176D; }
span { border-color: rgb(102,23,109); }
td.TdClassName
{
border-color: #66176D;
}
.TagClassName
{
border-color: #66176D;
}
</style>