Shades of Scampi #646194
Tints of Scampi #646194
RGB
CMYK
RGB Variations
Color information
#646194 (or 0x646194) is known color: Scampi. HEX triplet: 64, 61 and 94. RGB value is (100,97,148). Sum of RGB (Red+Green+Blue) = 100+97+148=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 148 - color contains mainly: blue. Hex color #646194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646194 is #9B9E6B. Grayscale: #676767. Windows color (decimal): -10198636 or 9724260. OLE color: 9724260.
HSL color Cylindrical-coordinate representation of color #646194: hue angle of 243.53º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #646194 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 97 | 148 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.42 |
| HSL | 243.53º | 0.21% | 0.48% | - |
| HSV(B) | 243.53º | 0.34% | 0.58% | - |
| XYZ | 14.88 | 13.4 | 29.82 | - |
| YUV | 103.71 | 152.99 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 97 | 148 | 0.32 | 0.34 | 0 | 0.42 | 243.53 | 0.21 | 0.48 |
| Hex | 64 | 61 | 94 | 20 | 22 | 0 | 2A | F4 | 15 | 30 |
| Octal | 144 | 141 | 224 | 40 | 42 | 0 | 52 | 364 | 25 | 60 |
| Binary | 1100100 | 1100001 | 10010100 | 100000 | 100010 | 0 | 101010 | 11110100 | 10101 | 110000 |
Color Harmonies of #646194
Complementary color
Monochromatic Colors of #646194
Black with #646194
Text Example
Text Example
White with #646194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646194; }
p { color: rgb(100,97,148); }
H1.HeaderClassName
{
color: #646194;
}
.AnyTagClassName
{
color: #646194;
}
</style>
background-color css
<style>
a { background-color: #646194; }
a { background-color: rgb(100,97,148); }
div.DivClassName
{
background-color: #646194;
}
.BgClassName
{
background-color: #646194;
}
</style>
border-color css
<style>
span { border-color: #646194; }
span { border-color: rgb(100,97,148); }
td.TdClassName
{
border-color: #646194;
}
.TagClassName
{
border-color: #646194;
}
</style>