Shades of Scampi #6560A2
Tints of Scampi #6560A2
RGB
CMYK
RGB Variations
Color information
#6560A2 (or 0x6560A2) is known color: Scampi. HEX triplet: 65, 60 and A2. RGB value is (101,96,162). Sum of RGB (Red+Green+Blue) = 101+96+162=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 162 - color contains mainly: blue. Hex color #6560A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6560A2 is #9A9F5D. Grayscale: #686868. Windows color (decimal): -10133342 or 10641509. OLE color: 10641509.
HSL color Cylindrical-coordinate representation of color #6560A2: hue angle of 244.55º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6560A2 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 96 | 162 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.36 |
| HSL | 244.55º | 0.26% | 0.51% | - |
| HSV(B) | 244.55º | 0.41% | 0.64% | - |
| XYZ | 16.07 | 13.74 | 35.99 | - |
| YUV | 105.02 | 160.16 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 96 | 162 | 0.38 | 0.41 | 0 | 0.36 | 244.55 | 0.26 | 0.51 |
| Hex | 65 | 60 | A2 | 26 | 29 | 0 | 24 | F5 | 1A | 33 |
| Octal | 145 | 140 | 242 | 46 | 51 | 0 | 44 | 365 | 32 | 63 |
| Binary | 1100101 | 1100000 | 10100010 | 100110 | 101001 | 0 | 100100 | 11110101 | 11010 | 110011 |
Color Harmonies of #6560A2
Complementary color
Monochromatic Colors of #6560A2
Black with #6560A2
Text Example
Text Example
White with #6560A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6560A2; }
p { color: rgb(101,96,162); }
H1.HeaderClassName
{
color: #6560A2;
}
.AnyTagClassName
{
color: #6560A2;
}
</style>
background-color css
<style>
a { background-color: #6560A2; }
a { background-color: rgb(101,96,162); }
div.DivClassName
{
background-color: #6560A2;
}
.BgClassName
{
background-color: #6560A2;
}
</style>
border-color css
<style>
span { border-color: #6560A2; }
span { border-color: rgb(101,96,162); }
td.TdClassName
{
border-color: #6560A2;
}
.TagClassName
{
border-color: #6560A2;
}
</style>