Shades of Scampi #666598
Tints of Scampi #666598
RGB
CMYK
RGB Variations
Color information
#666598 (or 0x666598) is known color: Scampi. HEX triplet: 66, 65 and 98. RGB value is (102,101,152). Sum of RGB (Red+Green+Blue) = 102+101+152=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 152 - color contains mainly: blue. Hex color #666598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666598 is #999A67. Grayscale: #6A6A6A. Windows color (decimal): -10066536 or 9987430. OLE color: 9987430.
HSL color Cylindrical-coordinate representation of color #666598: hue angle of 241.18º 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 #666598 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 101 | 152 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.40 |
| HSL | 241.18º | 0.2% | 0.5% | - |
| HSV(B) | 241.18º | 0.34% | 0.6% | - |
| XYZ | 15.8 | 14.4 | 31.65 | - |
| YUV | 107.11 | 153.33 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 101 | 152 | 0.33 | 0.34 | 0 | 0.40 | 241.18 | 0.2 | 0.5 |
| Hex | 66 | 65 | 98 | 21 | 22 | 0 | 28 | F1 | 14 | 32 |
| Octal | 146 | 145 | 230 | 41 | 42 | 0 | 50 | 361 | 24 | 62 |
| Binary | 1100110 | 1100101 | 10011000 | 100001 | 100010 | 0 | 101000 | 11110001 | 10100 | 110010 |
Color Harmonies of #666598
Complementary color
Monochromatic Colors of #666598
Black with #666598
Text Example
Text Example
White with #666598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666598; }
p { color: rgb(102,101,152); }
H1.HeaderClassName
{
color: #666598;
}
.AnyTagClassName
{
color: #666598;
}
</style>
background-color css
<style>
a { background-color: #666598; }
a { background-color: rgb(102,101,152); }
div.DivClassName
{
background-color: #666598;
}
.BgClassName
{
background-color: #666598;
}
</style>
border-color css
<style>
span { border-color: #666598; }
span { border-color: rgb(102,101,152); }
td.TdClassName
{
border-color: #666598;
}
.TagClassName
{
border-color: #666598;
}
</style>