Shades of Scampi #665E95
Tints of Scampi #665E95
RGB
CMYK
RGB Variations
Color information
#665E95 (or 0x665E95) is known color: Scampi. HEX triplet: 66, 5E and 95. RGB value is (102,94,149). Sum of RGB (Red+Green+Blue) = 102+94+149=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #665E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665E95 is #99A16A. Grayscale: #666666. Windows color (decimal): -10068331 or 9789030. OLE color: 9789030.
HSL color Cylindrical-coordinate representation of color #665E95: hue angle of 248.73º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #665E95 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 94 | 149 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.42 |
| HSL | 248.73º | 0.23% | 0.48% | - |
| HSV(B) | 248.73º | 0.37% | 0.58% | - |
| XYZ | 14.91 | 13 | 30.16 | - |
| YUV | 102.66 | 154.15 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 94 | 149 | 0.32 | 0.37 | 0 | 0.42 | 248.73 | 0.23 | 0.48 |
| Hex | 66 | 5E | 95 | 20 | 25 | 0 | 2A | F9 | 17 | 30 |
| Octal | 146 | 136 | 225 | 40 | 45 | 0 | 52 | 371 | 27 | 60 |
| Binary | 1100110 | 1011110 | 10010101 | 100000 | 100101 | 0 | 101010 | 11111001 | 10111 | 110000 |
Color Harmonies of #665E95
Complementary color
Monochromatic Colors of #665E95
Black with #665E95
Text Example
Text Example
White with #665E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665E95; }
p { color: rgb(102,94,149); }
H1.HeaderClassName
{
color: #665E95;
}
.AnyTagClassName
{
color: #665E95;
}
</style>
background-color css
<style>
a { background-color: #665E95; }
a { background-color: rgb(102,94,149); }
div.DivClassName
{
background-color: #665E95;
}
.BgClassName
{
background-color: #665E95;
}
</style>
border-color css
<style>
span { border-color: #665E95; }
span { border-color: rgb(102,94,149); }
td.TdClassName
{
border-color: #665E95;
}
.TagClassName
{
border-color: #665E95;
}
</style>