Shades of Scampi #64569F
Tints of Scampi #64569F
RGB
CMYK
RGB Variations
Color information
#64569F (or 0x64569F) is known color: Scampi. HEX triplet: 64, 56 and 9F. RGB value is (100,86,159). Sum of RGB (Red+Green+Blue) = 100+86+159=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #64569F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64569F is #9BA960. Grayscale: #626262. Windows color (decimal): -10201441 or 10442340. OLE color: 10442340.
HSL color Cylindrical-coordinate representation of color #64569F: hue angle of 251.51º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64569F is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 86 | 159 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.38 |
| HSL | 251.51º | 0.3% | 0.48% | - |
| HSV(B) | 251.51º | 0.46% | 0.62% | - |
| XYZ | 14.84 | 11.87 | 34.31 | - |
| YUV | 98.51 | 162.14 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 86 | 159 | 0.37 | 0.46 | 0 | 0.38 | 251.51 | 0.3 | 0.48 |
| Hex | 64 | 56 | 9F | 25 | 2E | 0 | 26 | FC | 1E | 30 |
| Octal | 144 | 126 | 237 | 45 | 56 | 0 | 46 | 374 | 36 | 60 |
| Binary | 1100100 | 1010110 | 10011111 | 100101 | 101110 | 0 | 100110 | 11111100 | 11110 | 110000 |
Color Harmonies of #64569F
Complementary color
Monochromatic Colors of #64569F
Black with #64569F
Text Example
Text Example
White with #64569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64569F; }
p { color: rgb(100,86,159); }
H1.HeaderClassName
{
color: #64569F;
}
.AnyTagClassName
{
color: #64569F;
}
</style>
background-color css
<style>
a { background-color: #64569F; }
a { background-color: rgb(100,86,159); }
div.DivClassName
{
background-color: #64569F;
}
.BgClassName
{
background-color: #64569F;
}
</style>
border-color css
<style>
span { border-color: #64569F; }
span { border-color: rgb(100,86,159); }
td.TdClassName
{
border-color: #64569F;
}
.TagClassName
{
border-color: #64569F;
}
</style>