Shades of Scampi #66629D
Tints of Scampi #66629D
RGB
CMYK
RGB Variations
Color information
#66629D (or 0x66629D) is known color: Scampi. HEX triplet: 66, 62 and 9D. RGB value is (102,98,157). Sum of RGB (Red+Green+Blue) = 102+98+157=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #66629D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66629D is #999D62. Grayscale: #696969. Windows color (decimal): -10067299 or 10314342. OLE color: 10314342.
HSL color Cylindrical-coordinate representation of color #66629D: hue angle of 244.07º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66629D is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 98 | 157 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.38 |
| HSL | 244.07º | 0.23% | 0.5% | - |
| HSV(B) | 244.07º | 0.38% | 0.62% | - |
| XYZ | 15.93 | 13.99 | 33.76 | - |
| YUV | 105.92 | 156.83 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 157 | 0.35 | 0.38 | 0 | 0.38 | 244.07 | 0.23 | 0.5 |
| Hex | 66 | 62 | 9D | 23 | 26 | 0 | 26 | F4 | 17 | 32 |
| Octal | 146 | 142 | 235 | 43 | 46 | 0 | 46 | 364 | 27 | 62 |
| Binary | 1100110 | 1100010 | 10011101 | 100011 | 100110 | 0 | 100110 | 11110100 | 10111 | 110010 |
Color Harmonies of #66629D
Complementary color
Monochromatic Colors of #66629D
Black with #66629D
Text Example
Text Example
White with #66629D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66629D; }
p { color: rgb(102,98,157); }
H1.HeaderClassName
{
color: #66629D;
}
.AnyTagClassName
{
color: #66629D;
}
</style>
background-color css
<style>
a { background-color: #66629D; }
a { background-color: rgb(102,98,157); }
div.DivClassName
{
background-color: #66629D;
}
.BgClassName
{
background-color: #66629D;
}
</style>
border-color css
<style>
span { border-color: #66629D; }
span { border-color: rgb(102,98,157); }
td.TdClassName
{
border-color: #66629D;
}
.TagClassName
{
border-color: #66629D;
}
</style>