Shades of Scampi #665D9B
Tints of Scampi #665D9B
RGB
CMYK
RGB Variations
Color information
#665D9B (or 0x665D9B) is known color: Scampi. HEX triplet: 66, 5D and 9B. RGB value is (102,93,155). Sum of RGB (Red+Green+Blue) = 102+93+155=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #665D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665D9B is #99A264. Grayscale: #666666. Windows color (decimal): -10068581 or 10181990. OLE color: 10181990.
HSL color Cylindrical-coordinate representation of color #665D9B: hue angle of 248.71º 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 #665D9B is Cyan = 0.34, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 93 | 155 | - |
| CMYK | 0.34 | 0.4 | 0 | 0.39 |
| HSL | 248.71º | 0.25% | 0.49% | - |
| HSV(B) | 248.71º | 0.4% | 0.61% | - |
| XYZ | 15.31 | 13.02 | 32.72 | - |
| YUV | 102.76 | 157.48 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 155 | 0.34 | 0.4 | 0 | 0.39 | 248.71 | 0.25 | 0.49 |
| Hex | 66 | 5D | 9B | 22 | 28 | 0 | 27 | F9 | 19 | 31 |
| Octal | 146 | 135 | 233 | 42 | 50 | 0 | 47 | 371 | 31 | 61 |
| Binary | 1100110 | 1011101 | 10011011 | 100010 | 101000 | 0 | 100111 | 11111001 | 11001 | 110001 |
Color Harmonies of #665D9B
Complementary color
Monochromatic Colors of #665D9B
Black with #665D9B
Text Example
Text Example
White with #665D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D9B; }
p { color: rgb(102,93,155); }
H1.HeaderClassName
{
color: #665D9B;
}
.AnyTagClassName
{
color: #665D9B;
}
</style>
background-color css
<style>
a { background-color: #665D9B; }
a { background-color: rgb(102,93,155); }
div.DivClassName
{
background-color: #665D9B;
}
.BgClassName
{
background-color: #665D9B;
}
</style>
border-color css
<style>
span { border-color: #665D9B; }
span { border-color: rgb(102,93,155); }
td.TdClassName
{
border-color: #665D9B;
}
.TagClassName
{
border-color: #665D9B;
}
</style>