Shades of Scampi #656595
Tints of Scampi #656595
RGB
CMYK
RGB Variations
Color information
#656595 (or 0x656595) is known color: Scampi. HEX triplet: 65, 65 and 95. RGB value is (101,101,149). Sum of RGB (Red+Green+Blue) = 101+101+149=351 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.77% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 149 - color contains mainly: blue. Hex color #656595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656595 is #9A9A6A. Grayscale: #6A6A6A. Windows color (decimal): -10132075 or 9790821. OLE color: 9790821.
HSL color Cylindrical-coordinate representation of color #656595: hue angle of 240º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #656595 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 101 | 149 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.42 |
| HSL | 240º | 0.19% | 0.49% | - |
| HSV(B) | 240º | 0.32% | 0.58% | - |
| XYZ | 15.45 | 14.24 | 30.37 | - |
| YUV | 106.47 | 152 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 101 | 149 | 0.32 | 0.32 | 0 | 0.42 | 240 | 0.19 | 0.49 |
| Hex | 65 | 65 | 95 | 20 | 20 | 0 | 2A | F0 | 13 | 31 |
| Octal | 145 | 145 | 225 | 40 | 40 | 0 | 52 | 360 | 23 | 61 |
| Binary | 1100101 | 1100101 | 10010101 | 100000 | 100000 | 0 | 101010 | 11110000 | 10011 | 110001 |
Color Harmonies of #656595
Complementary color
Monochromatic Colors of #656595
Black with #656595
Text Example
Text Example
White with #656595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656595; }
p { color: rgb(101,101,149); }
H1.HeaderClassName
{
color: #656595;
}
.AnyTagClassName
{
color: #656595;
}
</style>
background-color css
<style>
a { background-color: #656595; }
a { background-color: rgb(101,101,149); }
div.DivClassName
{
background-color: #656595;
}
.BgClassName
{
background-color: #656595;
}
</style>
border-color css
<style>
span { border-color: #656595; }
span { border-color: rgb(101,101,149); }
td.TdClassName
{
border-color: #656595;
}
.TagClassName
{
border-color: #656595;
}
</style>