Shades of Scampi #66629C
Tints of Scampi #66629C
RGB
CMYK
RGB Variations
Color information
#66629C (or 0x66629C) is known color: Scampi. HEX triplet: 66, 62 and 9C. RGB value is (102,98,156). Sum of RGB (Red+Green+Blue) = 102+98+156=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 156 - color contains mainly: blue. Hex color #66629C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66629C is #999D63. Grayscale: #696969. Windows color (decimal): -10067300 or 10248806. OLE color: 10248806.
HSL color Cylindrical-coordinate representation of color #66629C: hue angle of 244.14º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66629C is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 98 | 156 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.39 |
| HSL | 244.14º | 0.23% | 0.5% | - |
| HSV(B) | 244.14º | 0.37% | 0.61% | - |
| XYZ | 15.85 | 13.96 | 33.31 | - |
| YUV | 105.81 | 156.33 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 156 | 0.35 | 0.37 | 0 | 0.39 | 244.14 | 0.23 | 0.5 |
| Hex | 66 | 62 | 9C | 23 | 25 | 0 | 27 | F4 | 17 | 32 |
| Octal | 146 | 142 | 234 | 43 | 45 | 0 | 47 | 364 | 27 | 62 |
| Binary | 1100110 | 1100010 | 10011100 | 100011 | 100101 | 0 | 100111 | 11110100 | 10111 | 110010 |
Color Harmonies of #66629C
Complementary color
Monochromatic Colors of #66629C
Black with #66629C
Text Example
Text Example
White with #66629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66629C; }
p { color: rgb(102,98,156); }
H1.HeaderClassName
{
color: #66629C;
}
.AnyTagClassName
{
color: #66629C;
}
</style>
background-color css
<style>
a { background-color: #66629C; }
a { background-color: rgb(102,98,156); }
div.DivClassName
{
background-color: #66629C;
}
.BgClassName
{
background-color: #66629C;
}
</style>
border-color css
<style>
span { border-color: #66629C; }
span { border-color: rgb(102,98,156); }
td.TdClassName
{
border-color: #66629C;
}
.TagClassName
{
border-color: #66629C;
}
</style>