Shades of Scampi #646392
Tints of Scampi #646392
RGB
CMYK
RGB Variations
Color information
#646392 (or 0x646392) is known color: Scampi. HEX triplet: 64, 63 and 92. RGB value is (100,99,146). Sum of RGB (Red+Green+Blue) = 100+99+146=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 146 - color contains mainly: blue. Hex color #646392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646392 is #9B9C6D. Grayscale: #686868. Windows color (decimal): -10198126 or 9593700. OLE color: 9593700.
HSL color Cylindrical-coordinate representation of color #646392: hue angle of 241.28º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #646392 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 99 | 146 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.43 |
| HSL | 241.28º | 0.19% | 0.48% | - |
| HSV(B) | 241.28º | 0.32% | 0.57% | - |
| XYZ | 14.91 | 13.71 | 29.05 | - |
| YUV | 104.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 146 | 0.32 | 0.32 | 0 | 0.43 | 241.28 | 0.19 | 0.48 |
| Hex | 64 | 63 | 92 | 20 | 20 | 0 | 2B | F1 | 13 | 30 |
| Octal | 144 | 143 | 222 | 40 | 40 | 0 | 53 | 361 | 23 | 60 |
| Binary | 1100100 | 1100011 | 10010010 | 100000 | 100000 | 0 | 101011 | 11110001 | 10011 | 110000 |
Color Harmonies of #646392
Complementary color
Monochromatic Colors of #646392
Black with #646392
Text Example
Text Example
White with #646392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646392; }
p { color: rgb(100,99,146); }
H1.HeaderClassName
{
color: #646392;
}
.AnyTagClassName
{
color: #646392;
}
</style>
background-color css
<style>
a { background-color: #646392; }
a { background-color: rgb(100,99,146); }
div.DivClassName
{
background-color: #646392;
}
.BgClassName
{
background-color: #646392;
}
</style>
border-color css
<style>
span { border-color: #646392; }
span { border-color: rgb(100,99,146); }
td.TdClassName
{
border-color: #646392;
}
.TagClassName
{
border-color: #646392;
}
</style>