Shades of Scampi #655EA2
Tints of Scampi #655EA2
RGB
CMYK
RGB Variations
Color information
#655EA2 (or 0x655EA2) is known color: Scampi. HEX triplet: 65, 5E and A2. RGB value is (101,94,162). Sum of RGB (Red+Green+Blue) = 101+94+162=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 162 (63.67% from 255 or 45.38% from 357); Max value from RGB is 162 - color contains mainly: blue. Hex color #655EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655EA2 is #9AA15D. Grayscale: #676767. Windows color (decimal): -10133854 or 10640997. OLE color: 10640997.
HSL color Cylindrical-coordinate representation of color #655EA2: hue angle of 246.18º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #655EA2 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 94 | 162 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.36 |
| HSL | 246.18º | 0.27% | 0.5% | - |
| HSV(B) | 246.18º | 0.42% | 0.64% | - |
| XYZ | 15.89 | 13.38 | 35.93 | - |
| YUV | 103.85 | 160.82 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 162 | 0.38 | 0.42 | 0 | 0.36 | 246.18 | 0.27 | 0.5 |
| Hex | 65 | 5E | A2 | 26 | 2A | 0 | 24 | F6 | 1B | 32 |
| Octal | 145 | 136 | 242 | 46 | 52 | 0 | 44 | 366 | 33 | 62 |
| Binary | 1100101 | 1011110 | 10100010 | 100110 | 101010 | 0 | 100100 | 11110110 | 11011 | 110010 |
Color Harmonies of #655EA2
Complementary color
Monochromatic Colors of #655EA2
Black with #655EA2
Text Example
Text Example
White with #655EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655EA2; }
p { color: rgb(101,94,162); }
H1.HeaderClassName
{
color: #655EA2;
}
.AnyTagClassName
{
color: #655EA2;
}
</style>
background-color css
<style>
a { background-color: #655EA2; }
a { background-color: rgb(101,94,162); }
div.DivClassName
{
background-color: #655EA2;
}
.BgClassName
{
background-color: #655EA2;
}
</style>
border-color css
<style>
span { border-color: #655EA2; }
span { border-color: rgb(101,94,162); }
td.TdClassName
{
border-color: #655EA2;
}
.TagClassName
{
border-color: #655EA2;
}
</style>