Shades of Seance #66206F
Tints of Seance #66206F
RGB
CMYK
RGB Variations
Color information
#66206F (or 0x66206F) is known color: Seance. HEX triplet: 66, 20 and 6F. RGB value is (102,32,111). Sum of RGB (Red+Green+Blue) = 102+32+111=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #66206F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66206F is #99DF90. Grayscale: #3D3D3D. Windows color (decimal): -10084241 or 7282790. OLE color: 7282790.
HSL color Cylindrical-coordinate representation of color #66206F: hue angle of 293.16º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #66206F is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 32 | 111 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.56 |
| HSL | 293.16º | 0.55% | 0.28% | - |
| HSV(B) | 293.16º | 0.71% | 0.44% | - |
| XYZ | 8.87 | 5.01 | 15.54 | - |
| YUV | 61.94 | 155.69 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 32 | 111 | 0.08 | 0.71 | 0 | 0.56 | 293.16 | 0.55 | 0.28 |
| Hex | 66 | 20 | 6F | 8 | 47 | 0 | 38 | 125 | 37 | 1C |
| Octal | 146 | 40 | 157 | 10 | 107 | 0 | 70 | 445 | 67 | 34 |
| Binary | 1100110 | 100000 | 1101111 | 1000 | 1000111 | 0 | 111000 | 100100101 | 110111 | 11100 |
Color Harmonies of #66206F
Complementary color
Monochromatic Colors of #66206F
Black with #66206F
Text Example
Text Example
White with #66206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66206F; }
p { color: rgb(102,32,111); }
H1.HeaderClassName
{
color: #66206F;
}
.AnyTagClassName
{
color: #66206F;
}
</style>
background-color css
<style>
a { background-color: #66206F; }
a { background-color: rgb(102,32,111); }
div.DivClassName
{
background-color: #66206F;
}
.BgClassName
{
background-color: #66206F;
}
</style>
border-color css
<style>
span { border-color: #66206F; }
span { border-color: rgb(102,32,111); }
td.TdClassName
{
border-color: #66206F;
}
.TagClassName
{
border-color: #66206F;
}
</style>