Shades of Scampi #655C99
Tints of Scampi #655C99
RGB
CMYK
RGB Variations
Color information
#655C99 (or 0x655C99) is known color: Scampi. HEX triplet: 65, 5C and 99. RGB value is (101,92,153). Sum of RGB (Red+Green+Blue) = 101+92+153=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #655C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655C99 is #9AA366. Grayscale: #656565. Windows color (decimal): -10134375 or 10050661. OLE color: 10050661.
HSL color Cylindrical-coordinate representation of color #655C99: hue angle of 248.85º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #655C99 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 92 | 153 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.4 |
| HSL | 248.85º | 0.25% | 0.48% | - |
| HSV(B) | 248.85º | 0.4% | 0.6% | - |
| XYZ | 14.94 | 12.72 | 31.8 | - |
| YUV | 101.65 | 156.98 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 153 | 0.34 | 0.40 | 0 | 0.4 | 248.85 | 0.25 | 0.48 |
| Hex | 65 | 5C | 99 | 22 | 28 | 0 | 28 | F9 | 19 | 30 |
| Octal | 145 | 134 | 231 | 42 | 50 | 0 | 50 | 371 | 31 | 60 |
| Binary | 1100101 | 1011100 | 10011001 | 100010 | 101000 | 0 | 101000 | 11111001 | 11001 | 110000 |
Color Harmonies of #655C99
Complementary color
Monochromatic Colors of #655C99
Black with #655C99
Text Example
Text Example
White with #655C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655C99; }
p { color: rgb(101,92,153); }
H1.HeaderClassName
{
color: #655C99;
}
.AnyTagClassName
{
color: #655C99;
}
</style>
background-color css
<style>
a { background-color: #655C99; }
a { background-color: rgb(101,92,153); }
div.DivClassName
{
background-color: #655C99;
}
.BgClassName
{
background-color: #655C99;
}
</style>
border-color css
<style>
span { border-color: #655C99; }
span { border-color: rgb(101,92,153); }
td.TdClassName
{
border-color: #655C99;
}
.TagClassName
{
border-color: #655C99;
}
</style>