Shades of Scampi #666590
Tints of Scampi #666590
RGB
CMYK
RGB Variations
Color information
#666590 (or 0x666590) is known color: Scampi. HEX triplet: 66, 65 and 90. RGB value is (102,101,144). Sum of RGB (Red+Green+Blue) = 102+101+144=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #666590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666590 is #999A6F. Grayscale: #6A6A6A. Windows color (decimal): -10066544 or 9463142. OLE color: 9463142.
HSL color Cylindrical-coordinate representation of color #666590: hue angle of 241.4º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #666590 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 101 | 144 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.44 |
| HSL | 241.4º | 0.18% | 0.48% | - |
| HSV(B) | 241.4º | 0.3% | 0.56% | - |
| XYZ | 15.17 | 14.15 | 28.32 | - |
| YUV | 106.2 | 149.33 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 101 | 144 | 0.29 | 0.30 | 0 | 0.44 | 241.4 | 0.18 | 0.48 |
| Hex | 66 | 65 | 90 | 1D | 1E | 0 | 2C | F1 | 12 | 30 |
| Octal | 146 | 145 | 220 | 35 | 36 | 0 | 54 | 361 | 22 | 60 |
| Binary | 1100110 | 1100101 | 10010000 | 11101 | 11110 | 0 | 101100 | 11110001 | 10010 | 110000 |
Color Harmonies of #666590
Complementary color
Monochromatic Colors of #666590
Black with #666590
Text Example
Text Example
White with #666590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666590; }
p { color: rgb(102,101,144); }
H1.HeaderClassName
{
color: #666590;
}
.AnyTagClassName
{
color: #666590;
}
</style>
background-color css
<style>
a { background-color: #666590; }
a { background-color: rgb(102,101,144); }
div.DivClassName
{
background-color: #666590;
}
.BgClassName
{
background-color: #666590;
}
</style>
border-color css
<style>
span { border-color: #666590; }
span { border-color: rgb(102,101,144); }
td.TdClassName
{
border-color: #666590;
}
.TagClassName
{
border-color: #666590;
}
</style>