Shades of Scampi #665DA0
Tints of Scampi #665DA0
RGB
CMYK
RGB Variations
Color information
#665DA0 (or 0x665DA0) is known color: Scampi. HEX triplet: 66, 5D and A0. RGB value is (102,93,160). Sum of RGB (Red+Green+Blue) = 102+93+160=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 160 - color contains mainly: blue. Hex color #665DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665DA0 is #99A25F. Grayscale: #676767. Windows color (decimal): -10068576 or 10509670. OLE color: 10509670.
HSL color Cylindrical-coordinate representation of color #665DA0: hue angle of 248.06º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #665DA0 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 93 | 160 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.37 |
| HSL | 248.06º | 0.26% | 0.5% | - |
| HSV(B) | 248.06º | 0.42% | 0.63% | - |
| XYZ | 15.74 | 13.19 | 34.97 | - |
| YUV | 103.33 | 159.98 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 160 | 0.36 | 0.42 | 0 | 0.37 | 248.06 | 0.26 | 0.5 |
| Hex | 66 | 5D | A0 | 24 | 2A | 0 | 25 | F8 | 1A | 32 |
| Octal | 146 | 135 | 240 | 44 | 52 | 0 | 45 | 370 | 32 | 62 |
| Binary | 1100110 | 1011101 | 10100000 | 100100 | 101010 | 0 | 100101 | 11111000 | 11010 | 110010 |
Color Harmonies of #665DA0
Complementary color
Monochromatic Colors of #665DA0
Black with #665DA0
Text Example
Text Example
White with #665DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665DA0; }
p { color: rgb(102,93,160); }
H1.HeaderClassName
{
color: #665DA0;
}
.AnyTagClassName
{
color: #665DA0;
}
</style>
background-color css
<style>
a { background-color: #665DA0; }
a { background-color: rgb(102,93,160); }
div.DivClassName
{
background-color: #665DA0;
}
.BgClassName
{
background-color: #665DA0;
}
</style>
border-color css
<style>
span { border-color: #665DA0; }
span { border-color: rgb(102,93,160); }
td.TdClassName
{
border-color: #665DA0;
}
.TagClassName
{
border-color: #665DA0;
}
</style>