Shades of Scampi #656695
Tints of Scampi #656695
RGB
CMYK
RGB Variations
Color information
#656695 (or 0x656695) is known color: Scampi. HEX triplet: 65, 66 and 95. RGB value is (101,102,149). Sum of RGB (Red+Green+Blue) = 101+102+149=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #656695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656695 is #9A996A. Grayscale: #6A6A6A. Windows color (decimal): -10131819 or 9791077. OLE color: 9791077.
HSL color Cylindrical-coordinate representation of color #656695: hue angle of 238.75º 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 #656695 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 102 | 149 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.42 |
| HSL | 238.75º | 0.19% | 0.49% | - |
| HSV(B) | 238.75º | 0.32% | 0.58% | - |
| XYZ | 15.54 | 14.44 | 30.4 | - |
| YUV | 107.06 | 151.67 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 102 | 149 | 0.32 | 0.32 | 0 | 0.42 | 238.75 | 0.19 | 0.49 |
| Hex | 65 | 66 | 95 | 20 | 20 | 0 | 2A | EF | 13 | 31 |
| Octal | 145 | 146 | 225 | 40 | 40 | 0 | 52 | 357 | 23 | 61 |
| Binary | 1100101 | 1100110 | 10010101 | 100000 | 100000 | 0 | 101010 | 11101111 | 10011 | 110001 |
Color Harmonies of #656695
Complementary color
Monochromatic Colors of #656695
Black with #656695
Text Example
Text Example
White with #656695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656695; }
p { color: rgb(101,102,149); }
H1.HeaderClassName
{
color: #656695;
}
.AnyTagClassName
{
color: #656695;
}
</style>
background-color css
<style>
a { background-color: #656695; }
a { background-color: rgb(101,102,149); }
div.DivClassName
{
background-color: #656695;
}
.BgClassName
{
background-color: #656695;
}
</style>
border-color css
<style>
span { border-color: #656695; }
span { border-color: rgb(101,102,149); }
td.TdClassName
{
border-color: #656695;
}
.TagClassName
{
border-color: #656695;
}
</style>