Shades of Seance #66376D
Tints of Seance #66376D
RGB
CMYK
RGB Variations
Color information
#66376D (or 0x66376D) is known color: Seance. HEX triplet: 66, 37 and 6D. RGB value is (102,55,109). Sum of RGB (Red+Green+Blue) = 102+55+109=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 109 - color contains mainly: blue. Hex color #66376D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66376D is #99C892. Grayscale: #4B4B4B. Windows color (decimal): -10078355 or 7157606. OLE color: 7157606.
HSL color Cylindrical-coordinate representation of color #66376D: hue angle of 292.22º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66376D is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 55 | 109 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.57 |
| HSL | 292.22º | 0.33% | 0.32% | - |
| HSV(B) | 292.22º | 0.5% | 0.43% | - |
| XYZ | 9.61 | 6.66 | 15.25 | - |
| YUV | 75.21 | 147.07 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 55 | 109 | 0.06 | 0.50 | 0 | 0.57 | 292.22 | 0.33 | 0.32 |
| Hex | 66 | 37 | 6D | 6 | 32 | 0 | 39 | 124 | 21 | 20 |
| Octal | 146 | 67 | 155 | 6 | 62 | 0 | 71 | 444 | 41 | 40 |
| Binary | 1100110 | 110111 | 1101101 | 110 | 110010 | 0 | 111001 | 100100100 | 100001 | 100000 |
Color Harmonies of #66376D
Complementary color
Monochromatic Colors of #66376D
Black with #66376D
Text Example
Text Example
White with #66376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66376D; }
p { color: rgb(102,55,109); }
H1.HeaderClassName
{
color: #66376D;
}
.AnyTagClassName
{
color: #66376D;
}
</style>
background-color css
<style>
a { background-color: #66376D; }
a { background-color: rgb(102,55,109); }
div.DivClassName
{
background-color: #66376D;
}
.BgClassName
{
background-color: #66376D;
}
</style>
border-color css
<style>
span { border-color: #66376D; }
span { border-color: rgb(102,55,109); }
td.TdClassName
{
border-color: #66376D;
}
.TagClassName
{
border-color: #66376D;
}
</style>