Shades of Scampi #64639D
Tints of Scampi #64639D
RGB
CMYK
RGB Variations
Color information
#64639D (or 0x64639D) is known color: Scampi. HEX triplet: 64, 63 and 9D. RGB value is (100,99,157). Sum of RGB (Red+Green+Blue) = 100+99+157=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #64639D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64639D is #9B9C62. Grayscale: #696969. Windows color (decimal): -10198115 or 10314596. OLE color: 10314596.
HSL color Cylindrical-coordinate representation of color #64639D: hue angle of 241.03º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64639D is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 99 | 157 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.38 |
| HSL | 241.03º | 0.23% | 0.5% | - |
| HSV(B) | 241.03º | 0.37% | 0.62% | - |
| XYZ | 15.8 | 14.07 | 33.78 | - |
| YUV | 105.91 | 156.83 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 157 | 0.36 | 0.37 | 0 | 0.38 | 241.03 | 0.23 | 0.5 |
| Hex | 64 | 63 | 9D | 24 | 25 | 0 | 26 | F1 | 17 | 32 |
| Octal | 144 | 143 | 235 | 44 | 45 | 0 | 46 | 361 | 27 | 62 |
| Binary | 1100100 | 1100011 | 10011101 | 100100 | 100101 | 0 | 100110 | 11110001 | 10111 | 110010 |
Color Harmonies of #64639D
Complementary color
Monochromatic Colors of #64639D
Black with #64639D
Text Example
Text Example
White with #64639D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64639D; }
p { color: rgb(100,99,157); }
H1.HeaderClassName
{
color: #64639D;
}
.AnyTagClassName
{
color: #64639D;
}
</style>
background-color css
<style>
a { background-color: #64639D; }
a { background-color: rgb(100,99,157); }
div.DivClassName
{
background-color: #64639D;
}
.BgClassName
{
background-color: #64639D;
}
</style>
border-color css
<style>
span { border-color: #64639D; }
span { border-color: rgb(100,99,157); }
td.TdClassName
{
border-color: #64639D;
}
.TagClassName
{
border-color: #64639D;
}
</style>