Shades of Scampi #666199
Tints of Scampi #666199
RGB
CMYK
RGB Variations
Color information
#666199 (or 0x666199) is known color: Scampi. HEX triplet: 66, 61 and 99. RGB value is (102,97,153). Sum of RGB (Red+Green+Blue) = 102+97+153=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #666199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666199 is #999E66. Grayscale: #686868. Windows color (decimal): -10067559 or 10051942. OLE color: 10051942.
HSL color Cylindrical-coordinate representation of color #666199: hue angle of 245.36º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #666199 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 97 | 153 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.4 |
| HSL | 245.36º | 0.22% | 0.49% | - |
| HSV(B) | 245.36º | 0.37% | 0.6% | - |
| XYZ | 15.5 | 13.67 | 31.96 | - |
| YUV | 104.88 | 155.16 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 97 | 153 | 0.33 | 0.37 | 0 | 0.4 | 245.36 | 0.22 | 0.49 |
| Hex | 66 | 61 | 99 | 21 | 25 | 0 | 28 | F5 | 16 | 31 |
| Octal | 146 | 141 | 231 | 41 | 45 | 0 | 50 | 365 | 26 | 61 |
| Binary | 1100110 | 1100001 | 10011001 | 100001 | 100101 | 0 | 101000 | 11110101 | 10110 | 110001 |
Color Harmonies of #666199
Complementary color
Monochromatic Colors of #666199
Black with #666199
Text Example
Text Example
White with #666199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666199; }
p { color: rgb(102,97,153); }
H1.HeaderClassName
{
color: #666199;
}
.AnyTagClassName
{
color: #666199;
}
</style>
background-color css
<style>
a { background-color: #666199; }
a { background-color: rgb(102,97,153); }
div.DivClassName
{
background-color: #666199;
}
.BgClassName
{
background-color: #666199;
}
</style>
border-color css
<style>
span { border-color: #666199; }
span { border-color: rgb(102,97,153); }
td.TdClassName
{
border-color: #666199;
}
.TagClassName
{
border-color: #666199;
}
</style>