Shades of Scampi #66649E
Tints of Scampi #66649E
RGB
CMYK
RGB Variations
Color information
#66649E (or 0x66649E) is known color: Scampi. HEX triplet: 66, 64 and 9E. RGB value is (102,100,158). Sum of RGB (Red+Green+Blue) = 102+100+158=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 158 - color contains mainly: blue. Hex color #66649E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66649E is #999B61. Grayscale: #6A6A6A. Windows color (decimal): -10066786 or 10380390. OLE color: 10380390.
HSL color Cylindrical-coordinate representation of color #66649E: hue angle of 242.07º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66649E is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 100 | 158 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.38 |
| HSL | 242.07º | 0.23% | 0.51% | - |
| HSV(B) | 242.07º | 0.37% | 0.62% | - |
| XYZ | 16.21 | 14.41 | 34.27 | - |
| YUV | 107.21 | 156.66 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 100 | 158 | 0.35 | 0.37 | 0 | 0.38 | 242.07 | 0.23 | 0.51 |
| Hex | 66 | 64 | 9E | 23 | 25 | 0 | 26 | F2 | 17 | 33 |
| Octal | 146 | 144 | 236 | 43 | 45 | 0 | 46 | 362 | 27 | 63 |
| Binary | 1100110 | 1100100 | 10011110 | 100011 | 100101 | 0 | 100110 | 11110010 | 10111 | 110011 |
Color Harmonies of #66649E
Complementary color
Monochromatic Colors of #66649E
Black with #66649E
Text Example
Text Example
White with #66649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66649E; }
p { color: rgb(102,100,158); }
H1.HeaderClassName
{
color: #66649E;
}
.AnyTagClassName
{
color: #66649E;
}
</style>
background-color css
<style>
a { background-color: #66649E; }
a { background-color: rgb(102,100,158); }
div.DivClassName
{
background-color: #66649E;
}
.BgClassName
{
background-color: #66649E;
}
</style>
border-color css
<style>
span { border-color: #66649E; }
span { border-color: rgb(102,100,158); }
td.TdClassName
{
border-color: #66649E;
}
.TagClassName
{
border-color: #66649E;
}
</style>