Shades of Scampi #665A9F
Tints of Scampi #665A9F
RGB
CMYK
RGB Variations
Color information
#665A9F (or 0x665A9F) is known color: Scampi. HEX triplet: 66, 5A and 9F. RGB value is (102,90,159). Sum of RGB (Red+Green+Blue) = 102+90+159=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 159 - color contains mainly: blue. Hex color #665A9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665A9F is #99A560. Grayscale: #656565. Windows color (decimal): -10069345 or 10443366. OLE color: 10443366.
HSL color Cylindrical-coordinate representation of color #665A9F: hue angle of 250.43º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #665A9F is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 90 | 159 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.38 |
| HSL | 250.43º | 0.28% | 0.49% | - |
| HSV(B) | 250.43º | 0.43% | 0.62% | - |
| XYZ | 15.39 | 12.64 | 34.43 | - |
| YUV | 101.45 | 160.48 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 159 | 0.36 | 0.43 | 0 | 0.38 | 250.43 | 0.28 | 0.49 |
| Hex | 66 | 5A | 9F | 24 | 2B | 0 | 26 | FA | 1C | 31 |
| Octal | 146 | 132 | 237 | 44 | 53 | 0 | 46 | 372 | 34 | 61 |
| Binary | 1100110 | 1011010 | 10011111 | 100100 | 101011 | 0 | 100110 | 11111010 | 11100 | 110001 |
Color Harmonies of #665A9F
Complementary color
Monochromatic Colors of #665A9F
Black with #665A9F
Text Example
Text Example
White with #665A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A9F; }
p { color: rgb(102,90,159); }
H1.HeaderClassName
{
color: #665A9F;
}
.AnyTagClassName
{
color: #665A9F;
}
</style>
background-color css
<style>
a { background-color: #665A9F; }
a { background-color: rgb(102,90,159); }
div.DivClassName
{
background-color: #665A9F;
}
.BgClassName
{
background-color: #665A9F;
}
</style>
border-color css
<style>
span { border-color: #665A9F; }
span { border-color: rgb(102,90,159); }
td.TdClassName
{
border-color: #665A9F;
}
.TagClassName
{
border-color: #665A9F;
}
</style>