Shades of Scampi #656195
Tints of Scampi #656195
RGB
CMYK
RGB Variations
Color information
#656195 (or 0x656195) is known color: Scampi. HEX triplet: 65, 61 and 95. RGB value is (101,97,149). Sum of RGB (Red+Green+Blue) = 101+97+149=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #656195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656195 is #9A9E6A. Grayscale: #676767. Windows color (decimal): -10133099 or 9789797. OLE color: 9789797.
HSL color Cylindrical-coordinate representation of color #656195: hue angle of 244.62º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #656195 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 97 | 149 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.42 |
| HSL | 244.62º | 0.21% | 0.48% | - |
| HSV(B) | 244.62º | 0.35% | 0.58% | - |
| XYZ | 15.07 | 13.49 | 30.24 | - |
| YUV | 104.12 | 153.33 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 97 | 149 | 0.32 | 0.35 | 0 | 0.42 | 244.62 | 0.21 | 0.48 |
| Hex | 65 | 61 | 95 | 20 | 23 | 0 | 2A | F5 | 15 | 30 |
| Octal | 145 | 141 | 225 | 40 | 43 | 0 | 52 | 365 | 25 | 60 |
| Binary | 1100101 | 1100001 | 10010101 | 100000 | 100011 | 0 | 101010 | 11110101 | 10101 | 110000 |
Color Harmonies of #656195
Complementary color
Monochromatic Colors of #656195
Black with #656195
Text Example
Text Example
White with #656195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656195; }
p { color: rgb(101,97,149); }
H1.HeaderClassName
{
color: #656195;
}
.AnyTagClassName
{
color: #656195;
}
</style>
background-color css
<style>
a { background-color: #656195; }
a { background-color: rgb(101,97,149); }
div.DivClassName
{
background-color: #656195;
}
.BgClassName
{
background-color: #656195;
}
</style>
border-color css
<style>
span { border-color: #656195; }
span { border-color: rgb(101,97,149); }
td.TdClassName
{
border-color: #656195;
}
.TagClassName
{
border-color: #656195;
}
</style>