Shades of Scampi #64649E
Tints of Scampi #64649E
RGB
CMYK
RGB Variations
Color information
#64649E (or 0x64649E) is known color: Scampi. HEX triplet: 64, 64 and 9E. RGB value is (100,100,158). Sum of RGB (Red+Green+Blue) = 100+100+158=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 158 - color contains mainly: blue. Hex color #64649E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64649E is #9B9B61. Grayscale: #6A6A6A. Windows color (decimal): -10197858 or 10380388. OLE color: 10380388.
HSL color Cylindrical-coordinate representation of color #64649E: hue angle of 240º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64649E is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 100 | 158 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.38 |
| HSL | 240º | 0.23% | 0.51% | - |
| HSV(B) | 240º | 0.37% | 0.62% | - |
| XYZ | 15.98 | 14.29 | 34.26 | - |
| YUV | 106.61 | 157 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 100 | 158 | 0.37 | 0.37 | 0 | 0.38 | 240 | 0.23 | 0.51 |
| Hex | 64 | 64 | 9E | 25 | 25 | 0 | 26 | F0 | 17 | 33 |
| Octal | 144 | 144 | 236 | 45 | 45 | 0 | 46 | 360 | 27 | 63 |
| Binary | 1100100 | 1100100 | 10011110 | 100101 | 100101 | 0 | 100110 | 11110000 | 10111 | 110011 |
Color Harmonies of #64649E
Complementary color
Monochromatic Colors of #64649E
Black with #64649E
Text Example
Text Example
White with #64649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64649E; }
p { color: rgb(100,100,158); }
H1.HeaderClassName
{
color: #64649E;
}
.AnyTagClassName
{
color: #64649E;
}
</style>
background-color css
<style>
a { background-color: #64649E; }
a { background-color: rgb(100,100,158); }
div.DivClassName
{
background-color: #64649E;
}
.BgClassName
{
background-color: #64649E;
}
</style>
border-color css
<style>
span { border-color: #64649E; }
span { border-color: rgb(100,100,158); }
td.TdClassName
{
border-color: #64649E;
}
.TagClassName
{
border-color: #64649E;
}
</style>