Shades of Scampi #666599
Tints of Scampi #666599
RGB
CMYK
RGB Variations
Color information
#666599 (or 0x666599) is known color: Scampi. HEX triplet: 66, 65 and 99. RGB value is (102,101,153). Sum of RGB (Red+Green+Blue) = 102+101+153=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #666599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666599 is #999A66. Grayscale: #6B6B6B. Windows color (decimal): -10066535 or 10052966. OLE color: 10052966.
HSL color Cylindrical-coordinate representation of color #666599: hue angle of 241.15º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #666599 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 101 | 153 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.4 |
| HSL | 241.15º | 0.2% | 0.5% | - |
| HSV(B) | 241.15º | 0.34% | 0.6% | - |
| XYZ | 15.88 | 14.43 | 32.09 | - |
| YUV | 107.23 | 153.83 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 101 | 153 | 0.33 | 0.34 | 0 | 0.4 | 241.15 | 0.2 | 0.5 |
| Hex | 66 | 65 | 99 | 21 | 22 | 0 | 28 | F1 | 14 | 32 |
| Octal | 146 | 145 | 231 | 41 | 42 | 0 | 50 | 361 | 24 | 62 |
| Binary | 1100110 | 1100101 | 10011001 | 100001 | 100010 | 0 | 101000 | 11110001 | 10100 | 110010 |
Color Harmonies of #666599
Complementary color
Monochromatic Colors of #666599
Black with #666599
Text Example
Text Example
White with #666599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666599; }
p { color: rgb(102,101,153); }
H1.HeaderClassName
{
color: #666599;
}
.AnyTagClassName
{
color: #666599;
}
</style>
background-color css
<style>
a { background-color: #666599; }
a { background-color: rgb(102,101,153); }
div.DivClassName
{
background-color: #666599;
}
.BgClassName
{
background-color: #666599;
}
</style>
border-color css
<style>
span { border-color: #666599; }
span { border-color: rgb(102,101,153); }
td.TdClassName
{
border-color: #666599;
}
.TagClassName
{
border-color: #666599;
}
</style>