Shades of Scampi #665CA0
Tints of Scampi #665CA0
RGB
CMYK
RGB Variations
Color information
#665CA0 (or 0x665CA0) is known color: Scampi. HEX triplet: 66, 5C and A0. RGB value is (102,92,160). Sum of RGB (Red+Green+Blue) = 102+92+160=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 160 - color contains mainly: blue. Hex color #665CA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665CA0 is #99A35F. Grayscale: #666666. Windows color (decimal): -10068832 or 10509414. OLE color: 10509414.
HSL color Cylindrical-coordinate representation of color #665CA0: hue angle of 248.82º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #665CA0 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 92 | 160 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.37 |
| HSL | 248.82º | 0.27% | 0.49% | - |
| HSV(B) | 248.82º | 0.43% | 0.63% | - |
| XYZ | 15.65 | 13.02 | 34.95 | - |
| YUV | 102.74 | 160.31 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 160 | 0.36 | 0.43 | 0 | 0.37 | 248.82 | 0.27 | 0.49 |
| Hex | 66 | 5C | A0 | 24 | 2B | 0 | 25 | F9 | 1B | 31 |
| Octal | 146 | 134 | 240 | 44 | 53 | 0 | 45 | 371 | 33 | 61 |
| Binary | 1100110 | 1011100 | 10100000 | 100100 | 101011 | 0 | 100101 | 11111001 | 11011 | 110001 |
Color Harmonies of #665CA0
Complementary color
Monochromatic Colors of #665CA0
Black with #665CA0
Text Example
Text Example
White with #665CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665CA0; }
p { color: rgb(102,92,160); }
H1.HeaderClassName
{
color: #665CA0;
}
.AnyTagClassName
{
color: #665CA0;
}
</style>
background-color css
<style>
a { background-color: #665CA0; }
a { background-color: rgb(102,92,160); }
div.DivClassName
{
background-color: #665CA0;
}
.BgClassName
{
background-color: #665CA0;
}
</style>
border-color css
<style>
span { border-color: #665CA0; }
span { border-color: rgb(102,92,160); }
td.TdClassName
{
border-color: #665CA0;
}
.TagClassName
{
border-color: #665CA0;
}
</style>