Shades of Scampi #666094
Tints of Scampi #666094
RGB
CMYK
RGB Variations
Color information
#666094 (or 0x666094) is known color: Scampi. HEX triplet: 66, 60 and 94. RGB value is (102,96,148). Sum of RGB (Red+Green+Blue) = 102+96+148=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 148 - color contains mainly: blue. Hex color #666094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666094 is #999F6B. Grayscale: #676767. Windows color (decimal): -10067820 or 9724006. OLE color: 9724006.
HSL color Cylindrical-coordinate representation of color #666094: hue angle of 246.92º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #666094 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 96 | 148 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.42 |
| HSL | 246.92º | 0.21% | 0.48% | - |
| HSV(B) | 246.92º | 0.35% | 0.58% | - |
| XYZ | 15.01 | 13.33 | 29.8 | - |
| YUV | 103.72 | 152.99 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 96 | 148 | 0.31 | 0.35 | 0 | 0.42 | 246.92 | 0.21 | 0.48 |
| Hex | 66 | 60 | 94 | 1F | 23 | 0 | 2A | F7 | 15 | 30 |
| Octal | 146 | 140 | 224 | 37 | 43 | 0 | 52 | 367 | 25 | 60 |
| Binary | 1100110 | 1100000 | 10010100 | 11111 | 100011 | 0 | 101010 | 11110111 | 10101 | 110000 |
Color Harmonies of #666094
Complementary color
Monochromatic Colors of #666094
Black with #666094
Text Example
Text Example
White with #666094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666094; }
p { color: rgb(102,96,148); }
H1.HeaderClassName
{
color: #666094;
}
.AnyTagClassName
{
color: #666094;
}
</style>
background-color css
<style>
a { background-color: #666094; }
a { background-color: rgb(102,96,148); }
div.DivClassName
{
background-color: #666094;
}
.BgClassName
{
background-color: #666094;
}
</style>
border-color css
<style>
span { border-color: #666094; }
span { border-color: rgb(102,96,148); }
td.TdClassName
{
border-color: #666094;
}
.TagClassName
{
border-color: #666094;
}
</style>