Shades of Seance #66376E
Tints of Seance #66376E
RGB
CMYK
RGB Variations
Color information
#66376E (or 0x66376E) is known color: Seance. HEX triplet: 66, 37 and 6E. RGB value is (102,55,110). Sum of RGB (Red+Green+Blue) = 102+55+110=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 110 - color contains mainly: blue. Hex color #66376E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66376E is #99C891. Grayscale: #4B4B4B. Windows color (decimal): -10078354 or 7223142. OLE color: 7223142.
HSL color Cylindrical-coordinate representation of color #66376E: hue angle of 291.27º 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 #66376E is Cyan = 0.07, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 55 | 110 | - |
| CMYK | 0.07 | 0.5 | 0 | 0.57 |
| HSL | 291.27º | 0.33% | 0.32% | - |
| HSV(B) | 291.27º | 0.5% | 0.43% | - |
| XYZ | 9.66 | 6.68 | 15.53 | - |
| YUV | 75.32 | 147.57 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 55 | 110 | 0.07 | 0.5 | 0 | 0.57 | 291.27 | 0.33 | 0.32 |
| Hex | 66 | 37 | 6E | 7 | 32 | 0 | 39 | 123 | 21 | 20 |
| Octal | 146 | 67 | 156 | 7 | 62 | 0 | 71 | 443 | 41 | 40 |
| Binary | 1100110 | 110111 | 1101110 | 111 | 110010 | 0 | 111001 | 100100011 | 100001 | 100000 |
Color Harmonies of #66376E
Complementary color
Monochromatic Colors of #66376E
Black with #66376E
Text Example
Text Example
White with #66376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66376E; }
p { color: rgb(102,55,110); }
H1.HeaderClassName
{
color: #66376E;
}
.AnyTagClassName
{
color: #66376E;
}
</style>
background-color css
<style>
a { background-color: #66376E; }
a { background-color: rgb(102,55,110); }
div.DivClassName
{
background-color: #66376E;
}
.BgClassName
{
background-color: #66376E;
}
</style>
border-color css
<style>
span { border-color: #66376E; }
span { border-color: rgb(102,55,110); }
td.TdClassName
{
border-color: #66376E;
}
.TagClassName
{
border-color: #66376E;
}
</style>