Shades of Scampi #66649C
Tints of Scampi #66649C
RGB
CMYK
RGB Variations
Color information
#66649C (or 0x66649C) is known color: Scampi. HEX triplet: 66, 64 and 9C. RGB value is (102,100,156). Sum of RGB (Red+Green+Blue) = 102+100+156=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 156 - color contains mainly: blue. Hex color #66649C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66649C is #999B63. Grayscale: #6A6A6A. Windows color (decimal): -10066788 or 10249318. OLE color: 10249318.
HSL color Cylindrical-coordinate representation of color #66649C: hue angle of 242.14º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66649C is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 100 | 156 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.39 |
| HSL | 242.14º | 0.22% | 0.5% | - |
| HSV(B) | 242.14º | 0.36% | 0.61% | - |
| XYZ | 16.04 | 14.34 | 33.38 | - |
| YUV | 106.98 | 155.66 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 100 | 156 | 0.35 | 0.36 | 0 | 0.39 | 242.14 | 0.22 | 0.5 |
| Hex | 66 | 64 | 9C | 23 | 24 | 0 | 27 | F2 | 16 | 32 |
| Octal | 146 | 144 | 234 | 43 | 44 | 0 | 47 | 362 | 26 | 62 |
| Binary | 1100110 | 1100100 | 10011100 | 100011 | 100100 | 0 | 100111 | 11110010 | 10110 | 110010 |
Color Harmonies of #66649C
Complementary color
Monochromatic Colors of #66649C
Black with #66649C
Text Example
Text Example
White with #66649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66649C; }
p { color: rgb(102,100,156); }
H1.HeaderClassName
{
color: #66649C;
}
.AnyTagClassName
{
color: #66649C;
}
</style>
background-color css
<style>
a { background-color: #66649C; }
a { background-color: rgb(102,100,156); }
div.DivClassName
{
background-color: #66649C;
}
.BgClassName
{
background-color: #66649C;
}
</style>
border-color css
<style>
span { border-color: #66649C; }
span { border-color: rgb(102,100,156); }
td.TdClassName
{
border-color: #66649C;
}
.TagClassName
{
border-color: #66649C;
}
</style>