Shades of Scampi #666390
Tints of Scampi #666390
RGB
CMYK
RGB Variations
Color information
#666390 (or 0x666390) is known color: Scampi. HEX triplet: 66, 63 and 90. RGB value is (102,99,144). Sum of RGB (Red+Green+Blue) = 102+99+144=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: blue. Hex color #666390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666390 is #999C6F. Grayscale: #686868. Windows color (decimal): -10067056 or 9462630. OLE color: 9462630.
HSL color Cylindrical-coordinate representation of color #666390: hue angle of 244º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #666390 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 99 | 144 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.44 |
| HSL | 244º | 0.19% | 0.48% | - |
| HSV(B) | 244º | 0.31% | 0.56% | - |
| XYZ | 14.98 | 13.76 | 28.25 | - |
| YUV | 105.03 | 149.99 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 144 | 0.29 | 0.31 | 0 | 0.44 | 244 | 0.19 | 0.48 |
| Hex | 66 | 63 | 90 | 1D | 1F | 0 | 2C | F4 | 13 | 30 |
| Octal | 146 | 143 | 220 | 35 | 37 | 0 | 54 | 364 | 23 | 60 |
| Binary | 1100110 | 1100011 | 10010000 | 11101 | 11111 | 0 | 101100 | 11110100 | 10011 | 110000 |
Color Harmonies of #666390
Complementary color
Monochromatic Colors of #666390
Black with #666390
Text Example
Text Example
White with #666390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666390; }
p { color: rgb(102,99,144); }
H1.HeaderClassName
{
color: #666390;
}
.AnyTagClassName
{
color: #666390;
}
</style>
background-color css
<style>
a { background-color: #666390; }
a { background-color: rgb(102,99,144); }
div.DivClassName
{
background-color: #666390;
}
.BgClassName
{
background-color: #666390;
}
</style>
border-color css
<style>
span { border-color: #666390; }
span { border-color: rgb(102,99,144); }
td.TdClassName
{
border-color: #666390;
}
.TagClassName
{
border-color: #666390;
}
</style>