Shades of Scampi #666498
Tints of Scampi #666498
RGB
CMYK
RGB Variations
Color information
#666498 (or 0x666498) is known color: Scampi. HEX triplet: 66, 64 and 98. RGB value is (102,100,152). Sum of RGB (Red+Green+Blue) = 102+100+152=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: blue. Hex color #666498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666498 is #999B67. Grayscale: #6A6A6A. Windows color (decimal): -10066792 or 9987174. OLE color: 9987174.
HSL color Cylindrical-coordinate representation of color #666498: hue angle of 242.31º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #666498 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 100 | 152 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.40 |
| HSL | 242.31º | 0.21% | 0.49% | - |
| HSV(B) | 242.31º | 0.34% | 0.6% | - |
| XYZ | 15.7 | 14.21 | 31.62 | - |
| YUV | 106.53 | 153.66 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 100 | 152 | 0.33 | 0.34 | 0 | 0.40 | 242.31 | 0.21 | 0.49 |
| Hex | 66 | 64 | 98 | 21 | 22 | 0 | 28 | F2 | 15 | 31 |
| Octal | 146 | 144 | 230 | 41 | 42 | 0 | 50 | 362 | 25 | 61 |
| Binary | 1100110 | 1100100 | 10011000 | 100001 | 100010 | 0 | 101000 | 11110010 | 10101 | 110001 |
Color Harmonies of #666498
Complementary color
Monochromatic Colors of #666498
Black with #666498
Text Example
Text Example
White with #666498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666498; }
p { color: rgb(102,100,152); }
H1.HeaderClassName
{
color: #666498;
}
.AnyTagClassName
{
color: #666498;
}
</style>
background-color css
<style>
a { background-color: #666498; }
a { background-color: rgb(102,100,152); }
div.DivClassName
{
background-color: #666498;
}
.BgClassName
{
background-color: #666498;
}
</style>
border-color css
<style>
span { border-color: #666498; }
span { border-color: rgb(102,100,152); }
td.TdClassName
{
border-color: #666498;
}
.TagClassName
{
border-color: #666498;
}
</style>