Shades of Scampi #665C9D
Tints of Scampi #665C9D
RGB
CMYK
RGB Variations
Color information
#665C9D (or 0x665C9D) is known color: Scampi. HEX triplet: 66, 5C and 9D. RGB value is (102,92,157). Sum of RGB (Red+Green+Blue) = 102+92+157=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 157 - color contains mainly: blue. Hex color #665C9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665C9D is #99A362. Grayscale: #666666. Windows color (decimal): -10068835 or 10312806. OLE color: 10312806.
HSL color Cylindrical-coordinate representation of color #665C9D: hue angle of 249.23º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #665C9D is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 92 | 157 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.38 |
| HSL | 249.23º | 0.26% | 0.49% | - |
| HSV(B) | 249.23º | 0.41% | 0.62% | - |
| XYZ | 15.39 | 12.91 | 33.58 | - |
| YUV | 102.4 | 158.81 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 157 | 0.35 | 0.41 | 0 | 0.38 | 249.23 | 0.26 | 0.49 |
| Hex | 66 | 5C | 9D | 23 | 29 | 0 | 26 | F9 | 1A | 31 |
| Octal | 146 | 134 | 235 | 43 | 51 | 0 | 46 | 371 | 32 | 61 |
| Binary | 1100110 | 1011100 | 10011101 | 100011 | 101001 | 0 | 100110 | 11111001 | 11010 | 110001 |
Color Harmonies of #665C9D
Complementary color
Monochromatic Colors of #665C9D
Black with #665C9D
Text Example
Text Example
White with #665C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C9D; }
p { color: rgb(102,92,157); }
H1.HeaderClassName
{
color: #665C9D;
}
.AnyTagClassName
{
color: #665C9D;
}
</style>
background-color css
<style>
a { background-color: #665C9D; }
a { background-color: rgb(102,92,157); }
div.DivClassName
{
background-color: #665C9D;
}
.BgClassName
{
background-color: #665C9D;
}
</style>
border-color css
<style>
span { border-color: #665C9D; }
span { border-color: rgb(102,92,157); }
td.TdClassName
{
border-color: #665C9D;
}
.TagClassName
{
border-color: #665C9D;
}
</style>