Shades of Scampi #66639C
Tints of Scampi #66639C
RGB
CMYK
RGB Variations
Color information
#66639C (or 0x66639C) is known color: Scampi. HEX triplet: 66, 63 and 9C. RGB value is (102,99,156). Sum of RGB (Red+Green+Blue) = 102+99+156=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 156 - color contains mainly: blue. Hex color #66639C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66639C is #999C63. Grayscale: #6A6A6A. Windows color (decimal): -10067044 or 10249062. OLE color: 10249062.
HSL color Cylindrical-coordinate representation of color #66639C: hue angle of 243.16º degrees, saturation: 0.22, 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 #66639C is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 99 | 156 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.39 |
| HSL | 243.16º | 0.22% | 0.5% | - |
| HSV(B) | 243.16º | 0.37% | 0.61% | - |
| XYZ | 15.94 | 14.15 | 33.34 | - |
| YUV | 106.4 | 155.99 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 156 | 0.35 | 0.37 | 0 | 0.39 | 243.16 | 0.22 | 0.5 |
| Hex | 66 | 63 | 9C | 23 | 25 | 0 | 27 | F3 | 16 | 32 |
| Octal | 146 | 143 | 234 | 43 | 45 | 0 | 47 | 363 | 26 | 62 |
| Binary | 1100110 | 1100011 | 10011100 | 100011 | 100101 | 0 | 100111 | 11110011 | 10110 | 110010 |
Color Harmonies of #66639C
Complementary color
Monochromatic Colors of #66639C
Black with #66639C
Text Example
Text Example
White with #66639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66639C; }
p { color: rgb(102,99,156); }
H1.HeaderClassName
{
color: #66639C;
}
.AnyTagClassName
{
color: #66639C;
}
</style>
background-color css
<style>
a { background-color: #66639C; }
a { background-color: rgb(102,99,156); }
div.DivClassName
{
background-color: #66639C;
}
.BgClassName
{
background-color: #66639C;
}
</style>
border-color css
<style>
span { border-color: #66639C; }
span { border-color: rgb(102,99,156); }
td.TdClassName
{
border-color: #66639C;
}
.TagClassName
{
border-color: #66639C;
}
</style>