Shades of Scampi #64619A
Tints of Scampi #64619A
RGB
CMYK
RGB Variations
Color information
#64619A (or 0x64619A) is known color: Scampi. HEX triplet: 64, 61 and 9A. RGB value is (100,97,154). Sum of RGB (Red+Green+Blue) = 100+97+154=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 154 - color contains mainly: blue. Hex color #64619A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64619A is #9B9E65. Grayscale: #686868. Windows color (decimal): -10198630 or 10117476. OLE color: 10117476.
HSL color Cylindrical-coordinate representation of color #64619A: hue angle of 243.16º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64619A is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 97 | 154 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.40 |
| HSL | 243.16º | 0.23% | 0.49% | - |
| HSV(B) | 243.16º | 0.37% | 0.6% | - |
| XYZ | 15.36 | 13.59 | 32.39 | - |
| YUV | 104.4 | 155.99 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 97 | 154 | 0.35 | 0.37 | 0 | 0.40 | 243.16 | 0.23 | 0.49 |
| Hex | 64 | 61 | 9A | 23 | 25 | 0 | 28 | F3 | 17 | 31 |
| Octal | 144 | 141 | 232 | 43 | 45 | 0 | 50 | 363 | 27 | 61 |
| Binary | 1100100 | 1100001 | 10011010 | 100011 | 100101 | 0 | 101000 | 11110011 | 10111 | 110001 |
Color Harmonies of #64619A
Complementary color
Monochromatic Colors of #64619A
Black with #64619A
Text Example
Text Example
White with #64619A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64619A; }
p { color: rgb(100,97,154); }
H1.HeaderClassName
{
color: #64619A;
}
.AnyTagClassName
{
color: #64619A;
}
</style>
background-color css
<style>
a { background-color: #64619A; }
a { background-color: rgb(100,97,154); }
div.DivClassName
{
background-color: #64619A;
}
.BgClassName
{
background-color: #64619A;
}
</style>
border-color css
<style>
span { border-color: #64619A; }
span { border-color: rgb(100,97,154); }
td.TdClassName
{
border-color: #64619A;
}
.TagClassName
{
border-color: #64619A;
}
</style>