Shades of Scampi #64539F
Tints of Scampi #64539F
RGB
CMYK
RGB Variations
Color information
#64539F (or 0x64539F) is known color: Scampi. HEX triplet: 64, 53 and 9F. RGB value is (100,83,159). Sum of RGB (Red+Green+Blue) = 100+83+159=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #64539F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64539F is #9BAC60. Grayscale: #606060. Windows color (decimal): -10202209 or 10441572. OLE color: 10441572.
HSL color Cylindrical-coordinate representation of color #64539F: hue angle of 253.42º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64539F is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 83 | 159 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.38 |
| HSL | 253.42º | 0.31% | 0.47% | - |
| HSV(B) | 253.42º | 0.48% | 0.62% | - |
| XYZ | 14.61 | 11.4 | 34.23 | - |
| YUV | 96.75 | 163.13 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 83 | 159 | 0.37 | 0.48 | 0 | 0.38 | 253.42 | 0.31 | 0.47 |
| Hex | 64 | 53 | 9F | 25 | 30 | 0 | 26 | FD | 1F | 2F |
| Octal | 144 | 123 | 237 | 45 | 60 | 0 | 46 | 375 | 37 | 57 |
| Binary | 1100100 | 1010011 | 10011111 | 100101 | 110000 | 0 | 100110 | 11111101 | 11111 | 101111 |
Color Harmonies of #64539F
Complementary color
Monochromatic Colors of #64539F
Black with #64539F
Text Example
Text Example
White with #64539F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64539F; }
p { color: rgb(100,83,159); }
H1.HeaderClassName
{
color: #64539F;
}
.AnyTagClassName
{
color: #64539F;
}
</style>
background-color css
<style>
a { background-color: #64539F; }
a { background-color: rgb(100,83,159); }
div.DivClassName
{
background-color: #64539F;
}
.BgClassName
{
background-color: #64539F;
}
</style>
border-color css
<style>
span { border-color: #64539F; }
span { border-color: rgb(100,83,159); }
td.TdClassName
{
border-color: #64539F;
}
.TagClassName
{
border-color: #64539F;
}
</style>