Shades of Scampi #6660A0
Tints of Scampi #6660A0
RGB
CMYK
RGB Variations
Color information
#6660A0 (or 0x6660A0) is known color: Scampi. HEX triplet: 66, 60 and A0. RGB value is (102,96,160). Sum of RGB (Red+Green+Blue) = 102+96+160=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 160 - color contains mainly: blue. Hex color #6660A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6660A0 is #999F5F. Grayscale: #686868. Windows color (decimal): -10067808 or 10510438. OLE color: 10510438.
HSL color Cylindrical-coordinate representation of color #6660A0: hue angle of 245.62º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6660A0 is Cyan = 0.36, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 96 | 160 | - |
| CMYK | 0.36 | 0.4 | 0 | 0.37 |
| HSL | 245.63º | 0.25% | 0.5% | - |
| HSV(B) | 245.63º | 0.4% | 0.63% | - |
| XYZ | 16.01 | 13.73 | 35.06 | - |
| YUV | 105.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 96 | 160 | 0.36 | 0.4 | 0 | 0.37 | 245.63 | 0.25 | 0.5 |
| Hex | 66 | 60 | A0 | 24 | 28 | 0 | 25 | F6 | 19 | 32 |
| Octal | 146 | 140 | 240 | 44 | 50 | 0 | 45 | 366 | 31 | 62 |
| Binary | 1100110 | 1100000 | 10100000 | 100100 | 101000 | 0 | 100101 | 11110110 | 11001 | 110010 |
Color Harmonies of #6660A0
Complementary color
Monochromatic Colors of #6660A0
Black with #6660A0
Text Example
Text Example
White with #6660A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6660A0; }
p { color: rgb(102,96,160); }
H1.HeaderClassName
{
color: #6660A0;
}
.AnyTagClassName
{
color: #6660A0;
}
</style>
background-color css
<style>
a { background-color: #6660A0; }
a { background-color: rgb(102,96,160); }
div.DivClassName
{
background-color: #6660A0;
}
.BgClassName
{
background-color: #6660A0;
}
</style>
border-color css
<style>
span { border-color: #6660A0; }
span { border-color: rgb(102,96,160); }
td.TdClassName
{
border-color: #6660A0;
}
.TagClassName
{
border-color: #6660A0;
}
</style>