Shades of Scampi #6661A0
Tints of Scampi #6661A0
RGB
CMYK
RGB Variations
Color information
#6661A0 (or 0x6661A0) is known color: Scampi. HEX triplet: 66, 61 and A0. RGB value is (102,97,160). Sum of RGB (Red+Green+Blue) = 102+97+160=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 160 - color contains mainly: blue. Hex color #6661A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6661A0 is #999E5F. Grayscale: #696969. Windows color (decimal): -10067552 or 10510694. OLE color: 10510694.
HSL color Cylindrical-coordinate representation of color #6661A0: hue angle of 244.76º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6661A0 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 97 | 160 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.37 |
| HSL | 244.76º | 0.25% | 0.5% | - |
| HSV(B) | 244.76º | 0.39% | 0.63% | - |
| XYZ | 16.1 | 13.91 | 35.09 | - |
| YUV | 105.68 | 158.66 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 97 | 160 | 0.36 | 0.39 | 0 | 0.37 | 244.76 | 0.25 | 0.5 |
| Hex | 66 | 61 | A0 | 24 | 27 | 0 | 25 | F5 | 19 | 32 |
| Octal | 146 | 141 | 240 | 44 | 47 | 0 | 45 | 365 | 31 | 62 |
| Binary | 1100110 | 1100001 | 10100000 | 100100 | 100111 | 0 | 100101 | 11110101 | 11001 | 110010 |
Color Harmonies of #6661A0
Complementary color
Monochromatic Colors of #6661A0
Black with #6661A0
Text Example
Text Example
White with #6661A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6661A0; }
p { color: rgb(102,97,160); }
H1.HeaderClassName
{
color: #6661A0;
}
.AnyTagClassName
{
color: #6661A0;
}
</style>
background-color css
<style>
a { background-color: #6661A0; }
a { background-color: rgb(102,97,160); }
div.DivClassName
{
background-color: #6661A0;
}
.BgClassName
{
background-color: #6661A0;
}
</style>
border-color css
<style>
span { border-color: #6661A0; }
span { border-color: rgb(102,97,160); }
td.TdClassName
{
border-color: #6661A0;
}
.TagClassName
{
border-color: #6661A0;
}
</style>