Shades of Scampi #665FA0
Tints of Scampi #665FA0
RGB
CMYK
RGB Variations
Color information
#665FA0 (or 0x665FA0) is known color: Scampi. HEX triplet: 66, 5F and A0. RGB value is (102,95,160). Sum of RGB (Red+Green+Blue) = 102+95+160=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 160 - color contains mainly: blue. Hex color #665FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665FA0 is #99A05F. Grayscale: #686868. Windows color (decimal): -10068064 or 10510182. OLE color: 10510182.
HSL color Cylindrical-coordinate representation of color #665FA0: hue angle of 246.46º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #665FA0 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 95 | 160 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.37 |
| HSL | 246.46º | 0.25% | 0.5% | - |
| HSV(B) | 246.46º | 0.41% | 0.63% | - |
| XYZ | 15.92 | 13.55 | 35.03 | - |
| YUV | 104.5 | 159.32 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 160 | 0.36 | 0.41 | 0 | 0.37 | 246.46 | 0.25 | 0.5 |
| Hex | 66 | 5F | A0 | 24 | 29 | 0 | 25 | F6 | 19 | 32 |
| Octal | 146 | 137 | 240 | 44 | 51 | 0 | 45 | 366 | 31 | 62 |
| Binary | 1100110 | 1011111 | 10100000 | 100100 | 101001 | 0 | 100101 | 11110110 | 11001 | 110010 |
Color Harmonies of #665FA0
Complementary color
Monochromatic Colors of #665FA0
Black with #665FA0
Text Example
Text Example
White with #665FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665FA0; }
p { color: rgb(102,95,160); }
H1.HeaderClassName
{
color: #665FA0;
}
.AnyTagClassName
{
color: #665FA0;
}
</style>
background-color css
<style>
a { background-color: #665FA0; }
a { background-color: rgb(102,95,160); }
div.DivClassName
{
background-color: #665FA0;
}
.BgClassName
{
background-color: #665FA0;
}
</style>
border-color css
<style>
span { border-color: #665FA0; }
span { border-color: rgb(102,95,160); }
td.TdClassName
{
border-color: #665FA0;
}
.TagClassName
{
border-color: #665FA0;
}
</style>