Shades of Seance #66386D
Tints of Seance #66386D
RGB
CMYK
RGB Variations
Color information
#66386D (or 0x66386D) is known color: Seance. HEX triplet: 66, 38 and 6D. RGB value is (102,56,109). Sum of RGB (Red+Green+Blue) = 102+56+109=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 109 - color contains mainly: blue. Hex color #66386D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66386D is #99C792. Grayscale: #4B4B4B. Windows color (decimal): -10078099 or 7157862. OLE color: 7157862.
HSL color Cylindrical-coordinate representation of color #66386D: hue angle of 292.08º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66386D is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 56 | 109 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.57 |
| HSL | 292.08º | 0.32% | 0.32% | - |
| HSV(B) | 292.08º | 0.49% | 0.43% | - |
| XYZ | 9.65 | 6.76 | 15.26 | - |
| YUV | 75.8 | 146.74 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 109 | 0.06 | 0.49 | 0 | 0.57 | 292.08 | 0.32 | 0.32 |
| Hex | 66 | 38 | 6D | 6 | 31 | 0 | 39 | 124 | 20 | 20 |
| Octal | 146 | 70 | 155 | 6 | 61 | 0 | 71 | 444 | 40 | 40 |
| Binary | 1100110 | 111000 | 1101101 | 110 | 110001 | 0 | 111001 | 100100100 | 100000 | 100000 |
Color Harmonies of #66386D
Complementary color
Monochromatic Colors of #66386D
Black with #66386D
Text Example
Text Example
White with #66386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66386D; }
p { color: rgb(102,56,109); }
H1.HeaderClassName
{
color: #66386D;
}
.AnyTagClassName
{
color: #66386D;
}
</style>
background-color css
<style>
a { background-color: #66386D; }
a { background-color: rgb(102,56,109); }
div.DivClassName
{
background-color: #66386D;
}
.BgClassName
{
background-color: #66386D;
}
</style>
border-color css
<style>
span { border-color: #66386D; }
span { border-color: rgb(102,56,109); }
td.TdClassName
{
border-color: #66386D;
}
.TagClassName
{
border-color: #66386D;
}
</style>