Shades of Scampi #656596
Tints of Scampi #656596
RGB
CMYK
RGB Variations
Color information
#656596 (or 0x656596) is known color: Scampi. HEX triplet: 65, 65 and 96. RGB value is (101,101,150). Sum of RGB (Red+Green+Blue) = 101+101+150=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 150 - color contains mainly: blue. Hex color #656596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656596 is #9A9A69. Grayscale: #6A6A6A. Windows color (decimal): -10132074 or 9856357. OLE color: 9856357.
HSL color Cylindrical-coordinate representation of color #656596: hue angle of 240º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #656596 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 101 | 101 | 150 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.41 |
| HSL | 240º | 0.2% | 0.49% | - |
| HSV(B) | 240º | 0.33% | 0.59% | - |
| XYZ | 15.53 | 14.28 | 30.79 | - |
| YUV | 106.59 | 152.5 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 101 | 150 | 0.33 | 0.33 | 0 | 0.41 | 240 | 0.2 | 0.49 |
| Hex | 65 | 65 | 96 | 21 | 21 | 0 | 29 | F0 | 14 | 31 |
| Octal | 145 | 145 | 226 | 41 | 41 | 0 | 51 | 360 | 24 | 61 |
| Binary | 1100101 | 1100101 | 10010110 | 100001 | 100001 | 0 | 101001 | 11110000 | 10100 | 110001 |
Color Harmonies of #656596
Complementary color
Monochromatic Colors of #656596
Black with #656596
Text Example
Text Example
White with #656596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656596; }
p { color: rgb(101,101,150); }
H1.HeaderClassName
{
color: #656596;
}
.AnyTagClassName
{
color: #656596;
}
</style>
background-color css
<style>
a { background-color: #656596; }
a { background-color: rgb(101,101,150); }
div.DivClassName
{
background-color: #656596;
}
.BgClassName
{
background-color: #656596;
}
</style>
border-color css
<style>
span { border-color: #656596; }
span { border-color: rgb(101,101,150); }
td.TdClassName
{
border-color: #656596;
}
.TagClassName
{
border-color: #656596;
}
</style>