Shades of Scampi #666690
Tints of Scampi #666690
RGB
CMYK
RGB Variations
Color information
#666690 (or 0x666690) is known color: Scampi. HEX triplet: 66, 66 and 90. RGB value is (102,102,144). Sum of RGB (Red+Green+Blue) = 102+102+144=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 144 - color contains mainly: blue. Hex color #666690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666690 is #99996F. Grayscale: #6A6A6A. Windows color (decimal): -10066288 or 9463398. OLE color: 9463398.
HSL color Cylindrical-coordinate representation of color #666690: hue angle of 240º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #666690 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 102 | 144 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.44 |
| HSL | 240º | 0.17% | 0.48% | - |
| HSV(B) | 240º | 0.29% | 0.56% | - |
| XYZ | 15.26 | 14.34 | 28.35 | - |
| YUV | 106.79 | 149 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 102 | 144 | 0.29 | 0.29 | 0 | 0.44 | 240 | 0.17 | 0.48 |
| Hex | 66 | 66 | 90 | 1D | 1D | 0 | 2C | F0 | 11 | 30 |
| Octal | 146 | 146 | 220 | 35 | 35 | 0 | 54 | 360 | 21 | 60 |
| Binary | 1100110 | 1100110 | 10010000 | 11101 | 11101 | 0 | 101100 | 11110000 | 10001 | 110000 |
Color Harmonies of #666690
Complementary color
Monochromatic Colors of #666690
Black with #666690
Text Example
Text Example
White with #666690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666690; }
p { color: rgb(102,102,144); }
H1.HeaderClassName
{
color: #666690;
}
.AnyTagClassName
{
color: #666690;
}
</style>
background-color css
<style>
a { background-color: #666690; }
a { background-color: rgb(102,102,144); }
div.DivClassName
{
background-color: #666690;
}
.BgClassName
{
background-color: #666690;
}
</style>
border-color css
<style>
span { border-color: #666690; }
span { border-color: rgb(102,102,144); }
td.TdClassName
{
border-color: #666690;
}
.TagClassName
{
border-color: #666690;
}
</style>