Shades of Seance #66386C
Tints of Seance #66386C
RGB
CMYK
RGB Variations
Color information
#66386C (or 0x66386C) is known color: Seance. HEX triplet: 66, 38 and 6C. RGB value is (102,56,108). Sum of RGB (Red+Green+Blue) = 102+56+108=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 108 - color contains mainly: blue. Hex color #66386C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66386C is #99C793. Grayscale: #4B4B4B. Windows color (decimal): -10078100 or 7092326. OLE color: 7092326.
HSL color Cylindrical-coordinate representation of color #66386C: hue angle of 293.08º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66386C is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 56 | 108 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.58 |
| HSL | 293.08º | 0.32% | 0.32% | - |
| HSV(B) | 293.08º | 0.48% | 0.42% | - |
| XYZ | 9.6 | 6.74 | 14.98 | - |
| YUV | 75.68 | 146.24 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 108 | 0.06 | 0.48 | 0 | 0.58 | 293.08 | 0.32 | 0.32 |
| Hex | 66 | 38 | 6C | 6 | 30 | 0 | 3A | 125 | 20 | 20 |
| Octal | 146 | 70 | 154 | 6 | 60 | 0 | 72 | 445 | 40 | 40 |
| Binary | 1100110 | 111000 | 1101100 | 110 | 110000 | 0 | 111010 | 100100101 | 100000 | 100000 |
Color Harmonies of #66386C
Complementary color
Monochromatic Colors of #66386C
Black with #66386C
Text Example
Text Example
White with #66386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66386C; }
p { color: rgb(102,56,108); }
H1.HeaderClassName
{
color: #66386C;
}
.AnyTagClassName
{
color: #66386C;
}
</style>
background-color css
<style>
a { background-color: #66386C; }
a { background-color: rgb(102,56,108); }
div.DivClassName
{
background-color: #66386C;
}
.BgClassName
{
background-color: #66386C;
}
</style>
border-color css
<style>
span { border-color: #66386C; }
span { border-color: rgb(102,56,108); }
td.TdClassName
{
border-color: #66386C;
}
.TagClassName
{
border-color: #66386C;
}
</style>