Shades of Scampi #665B99
Tints of Scampi #665B99
RGB
CMYK
RGB Variations
Color information
#665B99 (or 0x665B99) is known color: Scampi. HEX triplet: 66, 5B and 99. RGB value is (102,91,153). Sum of RGB (Red+Green+Blue) = 102+91+153=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #665B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665B99 is #99A466. Grayscale: #656565. Windows color (decimal): -10069095 or 10050406. OLE color: 10050406.
HSL color Cylindrical-coordinate representation of color #665B99: hue angle of 250.65º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #665B99 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 91 | 153 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.4 |
| HSL | 250.65º | 0.25% | 0.48% | - |
| HSV(B) | 250.65º | 0.41% | 0.6% | - |
| XYZ | 14.97 | 12.61 | 31.78 | - |
| YUV | 101.36 | 157.14 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 153 | 0.33 | 0.41 | 0 | 0.4 | 250.65 | 0.25 | 0.48 |
| Hex | 66 | 5B | 99 | 21 | 29 | 0 | 28 | FB | 19 | 30 |
| Octal | 146 | 133 | 231 | 41 | 51 | 0 | 50 | 373 | 31 | 60 |
| Binary | 1100110 | 1011011 | 10011001 | 100001 | 101001 | 0 | 101000 | 11111011 | 11001 | 110000 |
Color Harmonies of #665B99
Complementary color
Monochromatic Colors of #665B99
Black with #665B99
Text Example
Text Example
White with #665B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B99; }
p { color: rgb(102,91,153); }
H1.HeaderClassName
{
color: #665B99;
}
.AnyTagClassName
{
color: #665B99;
}
</style>
background-color css
<style>
a { background-color: #665B99; }
a { background-color: rgb(102,91,153); }
div.DivClassName
{
background-color: #665B99;
}
.BgClassName
{
background-color: #665B99;
}
</style>
border-color css
<style>
span { border-color: #665B99; }
span { border-color: rgb(102,91,153); }
td.TdClassName
{
border-color: #665B99;
}
.TagClassName
{
border-color: #665B99;
}
</style>