Shades of Scampi #666194
Tints of Scampi #666194
RGB
CMYK
RGB Variations
Color information
#666194 (or 0x666194) is known color: Scampi. HEX triplet: 66, 61 and 94. RGB value is (102,97,148). Sum of RGB (Red+Green+Blue) = 102+97+148=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 148 - color contains mainly: blue. Hex color #666194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666194 is #999E6B. Grayscale: #686868. Windows color (decimal): -10067564 or 9724262. OLE color: 9724262.
HSL color Cylindrical-coordinate representation of color #666194: hue angle of 245.88º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #666194 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 97 | 148 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.42 |
| HSL | 245.88º | 0.21% | 0.48% | - |
| HSV(B) | 245.88º | 0.34% | 0.58% | - |
| XYZ | 15.1 | 13.51 | 29.83 | - |
| YUV | 104.31 | 152.66 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 97 | 148 | 0.31 | 0.34 | 0 | 0.42 | 245.88 | 0.21 | 0.48 |
| Hex | 66 | 61 | 94 | 1F | 22 | 0 | 2A | F6 | 15 | 30 |
| Octal | 146 | 141 | 224 | 37 | 42 | 0 | 52 | 366 | 25 | 60 |
| Binary | 1100110 | 1100001 | 10010100 | 11111 | 100010 | 0 | 101010 | 11110110 | 10101 | 110000 |
Color Harmonies of #666194
Complementary color
Monochromatic Colors of #666194
Black with #666194
Text Example
Text Example
White with #666194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666194; }
p { color: rgb(102,97,148); }
H1.HeaderClassName
{
color: #666194;
}
.AnyTagClassName
{
color: #666194;
}
</style>
background-color css
<style>
a { background-color: #666194; }
a { background-color: rgb(102,97,148); }
div.DivClassName
{
background-color: #666194;
}
.BgClassName
{
background-color: #666194;
}
</style>
border-color css
<style>
span { border-color: #666194; }
span { border-color: rgb(102,97,148); }
td.TdClassName
{
border-color: #666194;
}
.TagClassName
{
border-color: #666194;
}
</style>