Shades of Scampi #64559F
Tints of Scampi #64559F
RGB
CMYK
RGB Variations
Color information
#64559F (or 0x64559F) is known color: Scampi. HEX triplet: 64, 55 and 9F. RGB value is (100,85,159). Sum of RGB (Red+Green+Blue) = 100+85+159=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 159 - color contains mainly: blue. Hex color #64559F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64559F is #9BAA60. Grayscale: #616161. Windows color (decimal): -10201697 or 10442084. OLE color: 10442084.
HSL color Cylindrical-coordinate representation of color #64559F: hue angle of 252.16º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64559F is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 85 | 159 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.38 |
| HSL | 252.16º | 0.3% | 0.48% | - |
| HSV(B) | 252.16º | 0.47% | 0.62% | - |
| XYZ | 14.76 | 11.71 | 34.28 | - |
| YUV | 97.92 | 162.47 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 85 | 159 | 0.37 | 0.47 | 0 | 0.38 | 252.16 | 0.3 | 0.48 |
| Hex | 64 | 55 | 9F | 25 | 2F | 0 | 26 | FC | 1E | 30 |
| Octal | 144 | 125 | 237 | 45 | 57 | 0 | 46 | 374 | 36 | 60 |
| Binary | 1100100 | 1010101 | 10011111 | 100101 | 101111 | 0 | 100110 | 11111100 | 11110 | 110000 |
Color Harmonies of #64559F
Complementary color
Monochromatic Colors of #64559F
Black with #64559F
Text Example
Text Example
White with #64559F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64559F; }
p { color: rgb(100,85,159); }
H1.HeaderClassName
{
color: #64559F;
}
.AnyTagClassName
{
color: #64559F;
}
</style>
background-color css
<style>
a { background-color: #64559F; }
a { background-color: rgb(100,85,159); }
div.DivClassName
{
background-color: #64559F;
}
.BgClassName
{
background-color: #64559F;
}
</style>
border-color css
<style>
span { border-color: #64559F; }
span { border-color: rgb(100,85,159); }
td.TdClassName
{
border-color: #64559F;
}
.TagClassName
{
border-color: #64559F;
}
</style>