Shades of Scampi #64569D
Tints of Scampi #64569D
RGB
CMYK
RGB Variations
Color information
#64569D (or 0x64569D) is known color: Scampi. HEX triplet: 64, 56 and 9D. RGB value is (100,86,157). Sum of RGB (Red+Green+Blue) = 100+86+157=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #64569D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64569D is #9BA962. Grayscale: #626262. Windows color (decimal): -10201443 or 10311268. OLE color: 10311268.
HSL color Cylindrical-coordinate representation of color #64569D: hue angle of 251.83º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64569D is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 86 | 157 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.38 |
| HSL | 251.83º | 0.29% | 0.48% | - |
| HSV(B) | 251.83º | 0.45% | 0.62% | - |
| XYZ | 14.67 | 11.8 | 33.4 | - |
| YUV | 98.28 | 161.14 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 86 | 157 | 0.36 | 0.45 | 0 | 0.38 | 251.83 | 0.29 | 0.48 |
| Hex | 64 | 56 | 9D | 24 | 2D | 0 | 26 | FC | 1D | 30 |
| Octal | 144 | 126 | 235 | 44 | 55 | 0 | 46 | 374 | 35 | 60 |
| Binary | 1100100 | 1010110 | 10011101 | 100100 | 101101 | 0 | 100110 | 11111100 | 11101 | 110000 |
Color Harmonies of #64569D
Complementary color
Monochromatic Colors of #64569D
Black with #64569D
Text Example
Text Example
White with #64569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64569D; }
p { color: rgb(100,86,157); }
H1.HeaderClassName
{
color: #64569D;
}
.AnyTagClassName
{
color: #64569D;
}
</style>
background-color css
<style>
a { background-color: #64569D; }
a { background-color: rgb(100,86,157); }
div.DivClassName
{
background-color: #64569D;
}
.BgClassName
{
background-color: #64569D;
}
</style>
border-color css
<style>
span { border-color: #64569D; }
span { border-color: rgb(100,86,157); }
td.TdClassName
{
border-color: #64569D;
}
.TagClassName
{
border-color: #64569D;
}
</style>