Shades of Scampi #666494
Tints of Scampi #666494
RGB
CMYK
RGB Variations
Color information
#666494 (or 0x666494) is known color: Scampi. HEX triplet: 66, 64 and 94. RGB value is (102,100,148). Sum of RGB (Red+Green+Blue) = 102+100+148=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 148 - color contains mainly: blue. Hex color #666494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666494 is #999B6B. Grayscale: #696969. Windows color (decimal): -10066796 or 9725030. OLE color: 9725030.
HSL color Cylindrical-coordinate representation of color #666494: hue angle of 242.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #666494 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 100 | 148 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.42 |
| HSL | 242.5º | 0.19% | 0.49% | - |
| HSV(B) | 242.5º | 0.32% | 0.58% | - |
| XYZ | 15.38 | 14.08 | 29.92 | - |
| YUV | 106.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 100 | 148 | 0.31 | 0.32 | 0 | 0.42 | 242.5 | 0.19 | 0.49 |
| Hex | 66 | 64 | 94 | 1F | 20 | 0 | 2A | F2 | 13 | 31 |
| Octal | 146 | 144 | 224 | 37 | 40 | 0 | 52 | 362 | 23 | 61 |
| Binary | 1100110 | 1100100 | 10010100 | 11111 | 100000 | 0 | 101010 | 11110010 | 10011 | 110001 |
Color Harmonies of #666494
Complementary color
Monochromatic Colors of #666494
Black with #666494
Text Example
Text Example
White with #666494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666494; }
p { color: rgb(102,100,148); }
H1.HeaderClassName
{
color: #666494;
}
.AnyTagClassName
{
color: #666494;
}
</style>
background-color css
<style>
a { background-color: #666494; }
a { background-color: rgb(102,100,148); }
div.DivClassName
{
background-color: #666494;
}
.BgClassName
{
background-color: #666494;
}
</style>
border-color css
<style>
span { border-color: #666494; }
span { border-color: rgb(102,100,148); }
td.TdClassName
{
border-color: #666494;
}
.TagClassName
{
border-color: #666494;
}
</style>