Shades of Scampi #64639F
Tints of Scampi #64639F
RGB
CMYK
RGB Variations
Color information
#64639F (or 0x64639F) is known color: Scampi. HEX triplet: 64, 63 and 9F. RGB value is (100,99,159). Sum of RGB (Red+Green+Blue) = 100+99+159=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #64639F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64639F is #9B9C60. Grayscale: #696969. Windows color (decimal): -10198113 or 10445668. OLE color: 10445668.
HSL color Cylindrical-coordinate representation of color #64639F: hue angle of 241º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64639F is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 99 | 159 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.38 |
| HSL | 241º | 0.24% | 0.51% | - |
| HSV(B) | 241º | 0.38% | 0.62% | - |
| XYZ | 15.98 | 14.14 | 34.69 | - |
| YUV | 106.14 | 157.83 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 159 | 0.37 | 0.38 | 0 | 0.38 | 241 | 0.24 | 0.51 |
| Hex | 64 | 63 | 9F | 25 | 26 | 0 | 26 | F1 | 18 | 33 |
| Octal | 144 | 143 | 237 | 45 | 46 | 0 | 46 | 361 | 30 | 63 |
| Binary | 1100100 | 1100011 | 10011111 | 100101 | 100110 | 0 | 100110 | 11110001 | 11000 | 110011 |
Color Harmonies of #64639F
Complementary color
Monochromatic Colors of #64639F
Black with #64639F
Text Example
Text Example
White with #64639F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64639F; }
p { color: rgb(100,99,159); }
H1.HeaderClassName
{
color: #64639F;
}
.AnyTagClassName
{
color: #64639F;
}
</style>
background-color css
<style>
a { background-color: #64639F; }
a { background-color: rgb(100,99,159); }
div.DivClassName
{
background-color: #64639F;
}
.BgClassName
{
background-color: #64639F;
}
</style>
border-color css
<style>
span { border-color: #64639F; }
span { border-color: rgb(100,99,159); }
td.TdClassName
{
border-color: #64639F;
}
.TagClassName
{
border-color: #64639F;
}
</style>