Shades of Scampi #64559D
Tints of Scampi #64559D
RGB
CMYK
RGB Variations
Color information
#64559D (or 0x64559D) is known color: Scampi. HEX triplet: 64, 55 and 9D. RGB value is (100,85,157). Sum of RGB (Red+Green+Blue) = 100+85+157=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #64559D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64559D is #9BAA62. Grayscale: #616161. Windows color (decimal): -10201699 or 10311012. OLE color: 10311012.
HSL color Cylindrical-coordinate representation of color #64559D: hue angle of 252.5º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64559D is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 85 | 157 | - |
| CMYK | 0.36 | 0.46 | 0 | 0.38 |
| HSL | 252.5º | 0.3% | 0.47% | - |
| HSV(B) | 252.5º | 0.46% | 0.62% | - |
| XYZ | 14.59 | 11.64 | 33.38 | - |
| YUV | 97.69 | 161.47 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 85 | 157 | 0.36 | 0.46 | 0 | 0.38 | 252.5 | 0.3 | 0.47 |
| Hex | 64 | 55 | 9D | 24 | 2E | 0 | 26 | FD | 1E | 2F |
| Octal | 144 | 125 | 235 | 44 | 56 | 0 | 46 | 375 | 36 | 57 |
| Binary | 1100100 | 1010101 | 10011101 | 100100 | 101110 | 0 | 100110 | 11111101 | 11110 | 101111 |
Color Harmonies of #64559D
Complementary color
Monochromatic Colors of #64559D
Black with #64559D
Text Example
Text Example
White with #64559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64559D; }
p { color: rgb(100,85,157); }
H1.HeaderClassName
{
color: #64559D;
}
.AnyTagClassName
{
color: #64559D;
}
</style>
background-color css
<style>
a { background-color: #64559D; }
a { background-color: rgb(100,85,157); }
div.DivClassName
{
background-color: #64559D;
}
.BgClassName
{
background-color: #64559D;
}
</style>
border-color css
<style>
span { border-color: #64559D; }
span { border-color: rgb(100,85,157); }
td.TdClassName
{
border-color: #64559D;
}
.TagClassName
{
border-color: #64559D;
}
</style>