Shades of Scampi #666792
Tints of Scampi #666792
RGB
CMYK
RGB Variations
Color information
#666792 (or 0x666792) is known color: Scampi. HEX triplet: 66, 67 and 92. RGB value is (102,103,146). Sum of RGB (Red+Green+Blue) = 102+103+146=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 146 - color contains mainly: blue. Hex color #666792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666792 is #99986D. Grayscale: #6B6B6B. Windows color (decimal): -10066030 or 9594726. OLE color: 9594726.
HSL color Cylindrical-coordinate representation of color #666792: hue angle of 238.64º 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 #666792 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 103 | 146 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.43 |
| HSL | 238.64º | 0.18% | 0.49% | - |
| HSV(B) | 238.64º | 0.3% | 0.57% | - |
| XYZ | 15.52 | 14.6 | 29.19 | - |
| YUV | 107.6 | 149.67 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 146 | 0.30 | 0.29 | 0 | 0.43 | 238.64 | 0.18 | 0.49 |
| Hex | 66 | 67 | 92 | 1E | 1D | 0 | 2B | EF | 12 | 31 |
| Octal | 146 | 147 | 222 | 36 | 35 | 0 | 53 | 357 | 22 | 61 |
| Binary | 1100110 | 1100111 | 10010010 | 11110 | 11101 | 0 | 101011 | 11101111 | 10010 | 110001 |
Color Harmonies of #666792
Complementary color
Monochromatic Colors of #666792
Black with #666792
Text Example
Text Example
White with #666792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666792; }
p { color: rgb(102,103,146); }
H1.HeaderClassName
{
color: #666792;
}
.AnyTagClassName
{
color: #666792;
}
</style>
background-color css
<style>
a { background-color: #666792; }
a { background-color: rgb(102,103,146); }
div.DivClassName
{
background-color: #666792;
}
.BgClassName
{
background-color: #666792;
}
</style>
border-color css
<style>
span { border-color: #666792; }
span { border-color: rgb(102,103,146); }
td.TdClassName
{
border-color: #666792;
}
.TagClassName
{
border-color: #666792;
}
</style>