Shades of Scampi #665D9C
Tints of Scampi #665D9C
RGB
CMYK
RGB Variations
Color information
#665D9C (or 0x665D9C) is known color: Scampi. HEX triplet: 66, 5D and 9C. RGB value is (102,93,156). Sum of RGB (Red+Green+Blue) = 102+93+156=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #665D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665D9C is #99A263. Grayscale: #666666. Windows color (decimal): -10068580 or 10247526. OLE color: 10247526.
HSL color Cylindrical-coordinate representation of color #665D9C: hue angle of 248.57º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #665D9C is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 93 | 156 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.39 |
| HSL | 248.57º | 0.25% | 0.49% | - |
| HSV(B) | 248.57º | 0.4% | 0.61% | - |
| XYZ | 15.39 | 13.05 | 33.16 | - |
| YUV | 102.87 | 157.98 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 156 | 0.35 | 0.40 | 0 | 0.39 | 248.57 | 0.25 | 0.49 |
| Hex | 66 | 5D | 9C | 23 | 28 | 0 | 27 | F9 | 19 | 31 |
| Octal | 146 | 135 | 234 | 43 | 50 | 0 | 47 | 371 | 31 | 61 |
| Binary | 1100110 | 1011101 | 10011100 | 100011 | 101000 | 0 | 100111 | 11111001 | 11001 | 110001 |
Color Harmonies of #665D9C
Complementary color
Monochromatic Colors of #665D9C
Black with #665D9C
Text Example
Text Example
White with #665D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D9C; }
p { color: rgb(102,93,156); }
H1.HeaderClassName
{
color: #665D9C;
}
.AnyTagClassName
{
color: #665D9C;
}
</style>
background-color css
<style>
a { background-color: #665D9C; }
a { background-color: rgb(102,93,156); }
div.DivClassName
{
background-color: #665D9C;
}
.BgClassName
{
background-color: #665D9C;
}
</style>
border-color css
<style>
span { border-color: #665D9C; }
span { border-color: rgb(102,93,156); }
td.TdClassName
{
border-color: #665D9C;
}
.TagClassName
{
border-color: #665D9C;
}
</style>