Shades of Scampi #655FA3
Tints of Scampi #655FA3
RGB
CMYK
RGB Variations
Color information
#655FA3 (or 0x655FA3) is known color: Scampi. HEX triplet: 65, 5F and A3. RGB value is (101,95,163). Sum of RGB (Red+Green+Blue) = 101+95+163=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 163 - color contains mainly: blue. Hex color #655FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655FA3 is #9AA05C. Grayscale: #686868. Windows color (decimal): -10133597 or 10706789. OLE color: 10706789.
HSL color Cylindrical-coordinate representation of color #655FA3: hue angle of 245.29º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #655FA3 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 95 | 163 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.36 |
| HSL | 245.29º | 0.27% | 0.51% | - |
| HSV(B) | 245.29º | 0.42% | 0.64% | - |
| XYZ | 16.07 | 13.6 | 36.43 | - |
| YUV | 104.55 | 160.99 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 163 | 0.38 | 0.42 | 0 | 0.36 | 245.29 | 0.27 | 0.51 |
| Hex | 65 | 5F | A3 | 26 | 2A | 0 | 24 | F5 | 1B | 33 |
| Octal | 145 | 137 | 243 | 46 | 52 | 0 | 44 | 365 | 33 | 63 |
| Binary | 1100101 | 1011111 | 10100011 | 100110 | 101010 | 0 | 100100 | 11110101 | 11011 | 110011 |
Color Harmonies of #655FA3
Complementary color
Monochromatic Colors of #655FA3
Black with #655FA3
Text Example
Text Example
White with #655FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655FA3; }
p { color: rgb(101,95,163); }
H1.HeaderClassName
{
color: #655FA3;
}
.AnyTagClassName
{
color: #655FA3;
}
</style>
background-color css
<style>
a { background-color: #655FA3; }
a { background-color: rgb(101,95,163); }
div.DivClassName
{
background-color: #655FA3;
}
.BgClassName
{
background-color: #655FA3;
}
</style>
border-color css
<style>
span { border-color: #655FA3; }
span { border-color: rgb(101,95,163); }
td.TdClassName
{
border-color: #655FA3;
}
.TagClassName
{
border-color: #655FA3;
}
</style>