Shades of Scampi #666892
Tints of Scampi #666892
RGB
CMYK
RGB Variations
Color information
#666892 (or 0x666892) is known color: Scampi. HEX triplet: 66, 68 and 92. RGB value is (102,104,146). Sum of RGB (Red+Green+Blue) = 102+104+146=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 146 - color contains mainly: blue. Hex color #666892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666892 is #99976D. Grayscale: #6C6C6C. Windows color (decimal): -10065774 or 9594982. OLE color: 9594982.
HSL color Cylindrical-coordinate representation of color #666892: hue angle of 237.27º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #666892 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 104 | 146 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.43 |
| HSL | 237.27º | 0.18% | 0.49% | - |
| HSV(B) | 237.27º | 0.3% | 0.57% | - |
| XYZ | 15.62 | 14.8 | 29.23 | - |
| YUV | 108.19 | 149.34 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 146 | 0.30 | 0.29 | 0 | 0.43 | 237.27 | 0.18 | 0.49 |
| Hex | 66 | 68 | 92 | 1E | 1D | 0 | 2B | ED | 12 | 31 |
| Octal | 146 | 150 | 222 | 36 | 35 | 0 | 53 | 355 | 22 | 61 |
| Binary | 1100110 | 1101000 | 10010010 | 11110 | 11101 | 0 | 101011 | 11101101 | 10010 | 110001 |
Color Harmonies of #666892
Complementary color
Monochromatic Colors of #666892
Black with #666892
Text Example
Text Example
White with #666892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666892; }
p { color: rgb(102,104,146); }
H1.HeaderClassName
{
color: #666892;
}
.AnyTagClassName
{
color: #666892;
}
</style>
background-color css
<style>
a { background-color: #666892; }
a { background-color: rgb(102,104,146); }
div.DivClassName
{
background-color: #666892;
}
.BgClassName
{
background-color: #666892;
}
</style>
border-color css
<style>
span { border-color: #666892; }
span { border-color: rgb(102,104,146); }
td.TdClassName
{
border-color: #666892;
}
.TagClassName
{
border-color: #666892;
}
</style>