Shades of Scampi #646595
Tints of Scampi #646595
RGB
CMYK
RGB Variations
Color information
#646595 (or 0x646595) is known color: Scampi. HEX triplet: 64, 65 and 95. RGB value is (100,101,149). Sum of RGB (Red+Green+Blue) = 100+101+149=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 149 - color contains mainly: blue. Hex color #646595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646595 is #9B9A6A. Grayscale: #696969. Windows color (decimal): -10197611 or 9790820. OLE color: 9790820.
HSL color Cylindrical-coordinate representation of color #646595: hue angle of 238.78º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #646595 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 101 | 149 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.42 |
| HSL | 238.78º | 0.2% | 0.49% | - |
| HSV(B) | 238.78º | 0.33% | 0.58% | - |
| XYZ | 15.33 | 14.19 | 30.36 | - |
| YUV | 106.17 | 152.17 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 101 | 149 | 0.33 | 0.32 | 0 | 0.42 | 238.78 | 0.2 | 0.49 |
| Hex | 64 | 65 | 95 | 21 | 20 | 0 | 2A | EF | 14 | 31 |
| Octal | 144 | 145 | 225 | 41 | 40 | 0 | 52 | 357 | 24 | 61 |
| Binary | 1100100 | 1100101 | 10010101 | 100001 | 100000 | 0 | 101010 | 11101111 | 10100 | 110001 |
Color Harmonies of #646595
Complementary color
Monochromatic Colors of #646595
Black with #646595
Text Example
Text Example
White with #646595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646595; }
p { color: rgb(100,101,149); }
H1.HeaderClassName
{
color: #646595;
}
.AnyTagClassName
{
color: #646595;
}
</style>
background-color css
<style>
a { background-color: #646595; }
a { background-color: rgb(100,101,149); }
div.DivClassName
{
background-color: #646595;
}
.BgClassName
{
background-color: #646595;
}
</style>
border-color css
<style>
span { border-color: #646595; }
span { border-color: rgb(100,101,149); }
td.TdClassName
{
border-color: #646595;
}
.TagClassName
{
border-color: #646595;
}
</style>