Shades of Scampi #655DA0
Tints of Scampi #655DA0
RGB
CMYK
RGB Variations
Color information
#655DA0 (or 0x655DA0) is known color: Scampi. HEX triplet: 65, 5D and A0. RGB value is (101,93,160). Sum of RGB (Red+Green+Blue) = 101+93+160=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 160 - color contains mainly: blue. Hex color #655DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655DA0 is #9AA25F. Grayscale: #666666. Windows color (decimal): -10134112 or 10509669. OLE color: 10509669.
HSL color Cylindrical-coordinate representation of color #655DA0: hue angle of 247.16º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #655DA0 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 93 | 160 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.37 |
| HSL | 247.16º | 0.26% | 0.5% | - |
| HSV(B) | 247.16º | 0.42% | 0.63% | - |
| XYZ | 15.63 | 13.13 | 34.97 | - |
| YUV | 103.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 160 | 0.37 | 0.42 | 0 | 0.37 | 247.16 | 0.26 | 0.5 |
| Hex | 65 | 5D | A0 | 25 | 2A | 0 | 25 | F7 | 1A | 32 |
| Octal | 145 | 135 | 240 | 45 | 52 | 0 | 45 | 367 | 32 | 62 |
| Binary | 1100101 | 1011101 | 10100000 | 100101 | 101010 | 0 | 100101 | 11110111 | 11010 | 110010 |
Color Harmonies of #655DA0
Complementary color
Monochromatic Colors of #655DA0
Black with #655DA0
Text Example
Text Example
White with #655DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655DA0; }
p { color: rgb(101,93,160); }
H1.HeaderClassName
{
color: #655DA0;
}
.AnyTagClassName
{
color: #655DA0;
}
</style>
background-color css
<style>
a { background-color: #655DA0; }
a { background-color: rgb(101,93,160); }
div.DivClassName
{
background-color: #655DA0;
}
.BgClassName
{
background-color: #655DA0;
}
</style>
border-color css
<style>
span { border-color: #655DA0; }
span { border-color: rgb(101,93,160); }
td.TdClassName
{
border-color: #655DA0;
}
.TagClassName
{
border-color: #655DA0;
}
</style>