Shades of Scampi #6559A3
Tints of Scampi #6559A3
RGB
CMYK
RGB Variations
Color information
#6559A3 (or 0x6559A3) is known color: Scampi. HEX triplet: 65, 59 and A3. RGB value is (101,89,163). Sum of RGB (Red+Green+Blue) = 101+89+163=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 163 (64.06% from 255 or 46.18% from 353); Max value from RGB is 163 - color contains mainly: blue. Hex color #6559A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6559A3 is #9AA65C. Grayscale: #646464. Windows color (decimal): -10135133 or 10705253. OLE color: 10705253.
HSL color Cylindrical-coordinate representation of color #6559A3: hue angle of 249.73º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6559A3 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 89 | 163 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.36 |
| HSL | 249.73º | 0.29% | 0.49% | - |
| HSV(B) | 249.73º | 0.45% | 0.64% | - |
| XYZ | 15.55 | 12.56 | 36.25 | - |
| YUV | 101.02 | 162.98 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 89 | 163 | 0.38 | 0.45 | 0 | 0.36 | 249.73 | 0.29 | 0.49 |
| Hex | 65 | 59 | A3 | 26 | 2D | 0 | 24 | FA | 1D | 31 |
| Octal | 145 | 131 | 243 | 46 | 55 | 0 | 44 | 372 | 35 | 61 |
| Binary | 1100101 | 1011001 | 10100011 | 100110 | 101101 | 0 | 100100 | 11111010 | 11101 | 110001 |
Color Harmonies of #6559A3
Complementary color
Monochromatic Colors of #6559A3
Black with #6559A3
Text Example
Text Example
White with #6559A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6559A3; }
p { color: rgb(101,89,163); }
H1.HeaderClassName
{
color: #6559A3;
}
.AnyTagClassName
{
color: #6559A3;
}
</style>
background-color css
<style>
a { background-color: #6559A3; }
a { background-color: rgb(101,89,163); }
div.DivClassName
{
background-color: #6559A3;
}
.BgClassName
{
background-color: #6559A3;
}
</style>
border-color css
<style>
span { border-color: #6559A3; }
span { border-color: rgb(101,89,163); }
td.TdClassName
{
border-color: #6559A3;
}
.TagClassName
{
border-color: #6559A3;
}
</style>