Shades of Scampi #6657A0
Tints of Scampi #6657A0
RGB
CMYK
RGB Variations
Color information
#6657A0 (or 0x6657A0) is known color: Scampi. HEX triplet: 66, 57 and A0. RGB value is (102,87,160). Sum of RGB (Red+Green+Blue) = 102+87+160=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 160 (62.89% from 255 or 45.85% from 349); Max value from RGB is 160 - color contains mainly: blue. Hex color #6657A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6657A0 is #99A85F. Grayscale: #636363. Windows color (decimal): -10070112 or 10508134. OLE color: 10508134.
HSL color Cylindrical-coordinate representation of color #6657A0: hue angle of 252.33º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6657A0 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 87 | 160 | - |
| CMYK | 0.36 | 0.46 | 0 | 0.37 |
| HSL | 252.33º | 0.3% | 0.48% | - |
| HSV(B) | 252.33º | 0.46% | 0.63% | - |
| XYZ | 15.23 | 12.18 | 34.81 | - |
| YUV | 99.81 | 161.97 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 87 | 160 | 0.36 | 0.46 | 0 | 0.37 | 252.33 | 0.3 | 0.48 |
| Hex | 66 | 57 | A0 | 24 | 2E | 0 | 25 | FC | 1E | 30 |
| Octal | 146 | 127 | 240 | 44 | 56 | 0 | 45 | 374 | 36 | 60 |
| Binary | 1100110 | 1010111 | 10100000 | 100100 | 101110 | 0 | 100101 | 11111100 | 11110 | 110000 |
Color Harmonies of #6657A0
Complementary color
Monochromatic Colors of #6657A0
Black with #6657A0
Text Example
Text Example
White with #6657A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6657A0; }
p { color: rgb(102,87,160); }
H1.HeaderClassName
{
color: #6657A0;
}
.AnyTagClassName
{
color: #6657A0;
}
</style>
background-color css
<style>
a { background-color: #6657A0; }
a { background-color: rgb(102,87,160); }
div.DivClassName
{
background-color: #6657A0;
}
.BgClassName
{
background-color: #6657A0;
}
</style>
border-color css
<style>
span { border-color: #6657A0; }
span { border-color: rgb(102,87,160); }
td.TdClassName
{
border-color: #6657A0;
}
.TagClassName
{
border-color: #6657A0;
}
</style>