Shades of Seance #66336E
Tints of Seance #66336E
RGB
CMYK
RGB Variations
Color information
#66336E (or 0x66336E) is known color: Seance. HEX triplet: 66, 33 and 6E. RGB value is (102,51,110). Sum of RGB (Red+Green+Blue) = 102+51+110=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 110 - color contains mainly: blue. Hex color #66336E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66336E is #99CC91. Grayscale: #484848. Windows color (decimal): -10079378 or 7222118. OLE color: 7222118.
HSL color Cylindrical-coordinate representation of color #66336E: hue angle of 291.86º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66336E is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 51 | 110 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.57 |
| HSL | 291.86º | 0.37% | 0.32% | - |
| HSV(B) | 291.86º | 0.54% | 0.43% | - |
| XYZ | 9.48 | 6.32 | 15.47 | - |
| YUV | 72.98 | 148.9 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 51 | 110 | 0.07 | 0.54 | 0 | 0.57 | 291.86 | 0.37 | 0.32 |
| Hex | 66 | 33 | 6E | 7 | 36 | 0 | 39 | 124 | 25 | 20 |
| Octal | 146 | 63 | 156 | 7 | 66 | 0 | 71 | 444 | 45 | 40 |
| Binary | 1100110 | 110011 | 1101110 | 111 | 110110 | 0 | 111001 | 100100100 | 100101 | 100000 |
Color Harmonies of #66336E
Complementary color
Monochromatic Colors of #66336E
Black with #66336E
Text Example
Text Example
White with #66336E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66336E; }
p { color: rgb(102,51,110); }
H1.HeaderClassName
{
color: #66336E;
}
.AnyTagClassName
{
color: #66336E;
}
</style>
background-color css
<style>
a { background-color: #66336E; }
a { background-color: rgb(102,51,110); }
div.DivClassName
{
background-color: #66336E;
}
.BgClassName
{
background-color: #66336E;
}
</style>
border-color css
<style>
span { border-color: #66336E; }
span { border-color: rgb(102,51,110); }
td.TdClassName
{
border-color: #66336E;
}
.TagClassName
{
border-color: #66336E;
}
</style>