Shades of Scampi #666298
Tints of Scampi #666298
RGB
CMYK
RGB Variations
Color information
#666298 (or 0x666298) is known color: Scampi. HEX triplet: 66, 62 and 98. RGB value is (102,98,152). Sum of RGB (Red+Green+Blue) = 102+98+152=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #666298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666298 is #999D67. Grayscale: #696969. Windows color (decimal): -10067304 or 9986662. OLE color: 9986662.
HSL color Cylindrical-coordinate representation of color #666298: hue angle of 244.44º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #666298 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 98 | 152 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.40 |
| HSL | 244.44º | 0.22% | 0.49% | - |
| HSV(B) | 244.44º | 0.36% | 0.6% | - |
| XYZ | 15.51 | 13.83 | 31.56 | - |
| YUV | 105.35 | 154.33 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 152 | 0.33 | 0.36 | 0 | 0.40 | 244.44 | 0.22 | 0.49 |
| Hex | 66 | 62 | 98 | 21 | 24 | 0 | 28 | F4 | 16 | 31 |
| Octal | 146 | 142 | 230 | 41 | 44 | 0 | 50 | 364 | 26 | 61 |
| Binary | 1100110 | 1100010 | 10011000 | 100001 | 100100 | 0 | 101000 | 11110100 | 10110 | 110001 |
Color Harmonies of #666298
Complementary color
Monochromatic Colors of #666298
Black with #666298
Text Example
Text Example
White with #666298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666298; }
p { color: rgb(102,98,152); }
H1.HeaderClassName
{
color: #666298;
}
.AnyTagClassName
{
color: #666298;
}
</style>
background-color css
<style>
a { background-color: #666298; }
a { background-color: rgb(102,98,152); }
div.DivClassName
{
background-color: #666298;
}
.BgClassName
{
background-color: #666298;
}
</style>
border-color css
<style>
span { border-color: #666298; }
span { border-color: rgb(102,98,152); }
td.TdClassName
{
border-color: #666298;
}
.TagClassName
{
border-color: #666298;
}
</style>