Shades of Scampi #666896
Tints of Scampi #666896
RGB
CMYK
RGB Variations
Color information
#666896 (or 0x666896) is known color: Scampi. HEX triplet: 66, 68 and 96. RGB value is (102,104,150). Sum of RGB (Red+Green+Blue) = 102+104+150=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 150 - color contains mainly: blue. Hex color #666896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666896 is #999769. Grayscale: #6C6C6C. Windows color (decimal): -10065770 or 9857126. OLE color: 9857126.
HSL color Cylindrical-coordinate representation of color #666896: hue angle of 237.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #666896 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 104 | 150 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.41 |
| HSL | 237.5º | 0.19% | 0.49% | - |
| HSV(B) | 237.5º | 0.32% | 0.59% | - |
| XYZ | 15.93 | 14.93 | 30.9 | - |
| YUV | 108.65 | 151.34 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 150 | 0.32 | 0.31 | 0 | 0.41 | 237.5 | 0.19 | 0.49 |
| Hex | 66 | 68 | 96 | 20 | 1F | 0 | 29 | EE | 13 | 31 |
| Octal | 146 | 150 | 226 | 40 | 37 | 0 | 51 | 356 | 23 | 61 |
| Binary | 1100110 | 1101000 | 10010110 | 100000 | 11111 | 0 | 101001 | 11101110 | 10011 | 110001 |
Color Harmonies of #666896
Complementary color
Monochromatic Colors of #666896
Black with #666896
Text Example
Text Example
White with #666896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666896; }
p { color: rgb(102,104,150); }
H1.HeaderClassName
{
color: #666896;
}
.AnyTagClassName
{
color: #666896;
}
</style>
background-color css
<style>
a { background-color: #666896; }
a { background-color: rgb(102,104,150); }
div.DivClassName
{
background-color: #666896;
}
.BgClassName
{
background-color: #666896;
}
</style>
border-color css
<style>
span { border-color: #666896; }
span { border-color: rgb(102,104,150); }
td.TdClassName
{
border-color: #666896;
}
.TagClassName
{
border-color: #666896;
}
</style>