Shades of Scampi #656291
Tints of Scampi #656291
RGB
CMYK
RGB Variations
Color information
#656291 (or 0x656291) is known color: Scampi. HEX triplet: 65, 62 and 91. RGB value is (101,98,145). Sum of RGB (Red+Green+Blue) = 101+98+145=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 145 - color contains mainly: blue. Hex color #656291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656291 is #9A9D6E. Grayscale: #686868. Windows color (decimal): -10132847 or 9527909. OLE color: 9527909.
HSL color Cylindrical-coordinate representation of color #656291: hue angle of 243.83º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #656291 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 98 | 145 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.43 |
| HSL | 243.83º | 0.19% | 0.48% | - |
| HSV(B) | 243.83º | 0.32% | 0.57% | - |
| XYZ | 14.85 | 13.55 | 28.62 | - |
| YUV | 104.26 | 150.99 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 98 | 145 | 0.30 | 0.32 | 0 | 0.43 | 243.83 | 0.19 | 0.48 |
| Hex | 65 | 62 | 91 | 1E | 20 | 0 | 2B | F4 | 13 | 30 |
| Octal | 145 | 142 | 221 | 36 | 40 | 0 | 53 | 364 | 23 | 60 |
| Binary | 1100101 | 1100010 | 10010001 | 11110 | 100000 | 0 | 101011 | 11110100 | 10011 | 110000 |
Color Harmonies of #656291
Complementary color
Monochromatic Colors of #656291
Black with #656291
Text Example
Text Example
White with #656291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656291; }
p { color: rgb(101,98,145); }
H1.HeaderClassName
{
color: #656291;
}
.AnyTagClassName
{
color: #656291;
}
</style>
background-color css
<style>
a { background-color: #656291; }
a { background-color: rgb(101,98,145); }
div.DivClassName
{
background-color: #656291;
}
.BgClassName
{
background-color: #656291;
}
</style>
border-color css
<style>
span { border-color: #656291; }
span { border-color: rgb(101,98,145); }
td.TdClassName
{
border-color: #656291;
}
.TagClassName
{
border-color: #656291;
}
</style>