Shades of Scampi #665BA2
Tints of Scampi #665BA2
RGB
CMYK
RGB Variations
Color information
#665BA2 (or 0x665BA2) is known color: Scampi. HEX triplet: 66, 5B and A2. RGB value is (102,91,162). Sum of RGB (Red+Green+Blue) = 102+91+162=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 162 - color contains mainly: blue. Hex color #665BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665BA2 is #99A45D. Grayscale: #666666. Windows color (decimal): -10069086 or 10640230. OLE color: 10640230.
HSL color Cylindrical-coordinate representation of color #665BA2: hue angle of 249.3º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #665BA2 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 91 | 162 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.36 |
| HSL | 249.3º | 0.28% | 0.5% | - |
| HSV(B) | 249.3º | 0.44% | 0.64% | - |
| XYZ | 15.74 | 12.92 | 35.85 | - |
| YUV | 102.38 | 161.64 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 162 | 0.37 | 0.44 | 0 | 0.36 | 249.3 | 0.28 | 0.5 |
| Hex | 66 | 5B | A2 | 25 | 2C | 0 | 24 | F9 | 1C | 32 |
| Octal | 146 | 133 | 242 | 45 | 54 | 0 | 44 | 371 | 34 | 62 |
| Binary | 1100110 | 1011011 | 10100010 | 100101 | 101100 | 0 | 100100 | 11111001 | 11100 | 110010 |
Color Harmonies of #665BA2
Complementary color
Monochromatic Colors of #665BA2
Black with #665BA2
Text Example
Text Example
White with #665BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665BA2; }
p { color: rgb(102,91,162); }
H1.HeaderClassName
{
color: #665BA2;
}
.AnyTagClassName
{
color: #665BA2;
}
</style>
background-color css
<style>
a { background-color: #665BA2; }
a { background-color: rgb(102,91,162); }
div.DivClassName
{
background-color: #665BA2;
}
.BgClassName
{
background-color: #665BA2;
}
</style>
border-color css
<style>
span { border-color: #665BA2; }
span { border-color: rgb(102,91,162); }
td.TdClassName
{
border-color: #665BA2;
}
.TagClassName
{
border-color: #665BA2;
}
</style>