Shades of Seance #66366C
Tints of Seance #66366C
RGB
CMYK
RGB Variations
Color information
#66366C (or 0x66366C) is known color: Seance. HEX triplet: 66, 36 and 6C. RGB value is (102,54,108). Sum of RGB (Red+Green+Blue) = 102+54+108=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 108 - color contains mainly: blue. Hex color #66366C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66366C is #99C993. Grayscale: #4A4A4A. Windows color (decimal): -10078612 or 7091814. OLE color: 7091814.
HSL color Cylindrical-coordinate representation of color #66366C: hue angle of 293.33º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66366C is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 54 | 108 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.58 |
| HSL | 293.33º | 0.33% | 0.32% | - |
| HSV(B) | 293.33º | 0.5% | 0.42% | - |
| XYZ | 9.51 | 6.55 | 14.95 | - |
| YUV | 74.51 | 146.9 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 54 | 108 | 0.06 | 0.50 | 0 | 0.58 | 293.33 | 0.33 | 0.32 |
| Hex | 66 | 36 | 6C | 6 | 32 | 0 | 3A | 125 | 21 | 20 |
| Octal | 146 | 66 | 154 | 6 | 62 | 0 | 72 | 445 | 41 | 40 |
| Binary | 1100110 | 110110 | 1101100 | 110 | 110010 | 0 | 111010 | 100100101 | 100001 | 100000 |
Color Harmonies of #66366C
Complementary color
Monochromatic Colors of #66366C
Black with #66366C
Text Example
Text Example
White with #66366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66366C; }
p { color: rgb(102,54,108); }
H1.HeaderClassName
{
color: #66366C;
}
.AnyTagClassName
{
color: #66366C;
}
</style>
background-color css
<style>
a { background-color: #66366C; }
a { background-color: rgb(102,54,108); }
div.DivClassName
{
background-color: #66366C;
}
.BgClassName
{
background-color: #66366C;
}
</style>
border-color css
<style>
span { border-color: #66366C; }
span { border-color: rgb(102,54,108); }
td.TdClassName
{
border-color: #66366C;
}
.TagClassName
{
border-color: #66366C;
}
</style>