Shades of Scampi #665E9A
Tints of Scampi #665E9A
RGB
CMYK
RGB Variations
Color information
#665E9A (or 0x665E9A) is known color: Scampi. HEX triplet: 66, 5E and 9A. RGB value is (102,94,154). Sum of RGB (Red+Green+Blue) = 102+94+154=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 154 - color contains mainly: blue. Hex color #665E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665E9A is #99A165. Grayscale: #666666. Windows color (decimal): -10068326 or 10116710. OLE color: 10116710.
HSL color Cylindrical-coordinate representation of color #665E9A: hue angle of 248º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #665E9A is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 94 | 154 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.40 |
| HSL | 248º | 0.24% | 0.49% | - |
| HSV(B) | 248º | 0.39% | 0.6% | - |
| XYZ | 15.31 | 13.16 | 32.31 | - |
| YUV | 103.23 | 156.65 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 94 | 154 | 0.34 | 0.39 | 0 | 0.40 | 248 | 0.24 | 0.49 |
| Hex | 66 | 5E | 9A | 22 | 27 | 0 | 28 | F8 | 18 | 31 |
| Octal | 146 | 136 | 232 | 42 | 47 | 0 | 50 | 370 | 30 | 61 |
| Binary | 1100110 | 1011110 | 10011010 | 100010 | 100111 | 0 | 101000 | 11111000 | 11000 | 110001 |
Color Harmonies of #665E9A
Complementary color
Monochromatic Colors of #665E9A
Black with #665E9A
Text Example
Text Example
White with #665E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665E9A; }
p { color: rgb(102,94,154); }
H1.HeaderClassName
{
color: #665E9A;
}
.AnyTagClassName
{
color: #665E9A;
}
</style>
background-color css
<style>
a { background-color: #665E9A; }
a { background-color: rgb(102,94,154); }
div.DivClassName
{
background-color: #665E9A;
}
.BgClassName
{
background-color: #665E9A;
}
</style>
border-color css
<style>
span { border-color: #665E9A; }
span { border-color: rgb(102,94,154); }
td.TdClassName
{
border-color: #665E9A;
}
.TagClassName
{
border-color: #665E9A;
}
</style>