Shades of Scampi #6E659E
Tints of Scampi #6E659E
RGB
CMYK
RGB Variations
Color information
#6E659E (or 0x6E659E) is known color: Scampi. HEX triplet: 6E, 65 and 9E. RGB value is (110,101,158). Sum of RGB (Red+Green+Blue) = 110+101+158=369 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.81% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E659E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E659E is #919A61. Grayscale: #6D6D6D. Windows color (decimal): -9542242 or 10380654. OLE color: 10380654.
HSL color Cylindrical-coordinate representation of color #6E659E: hue angle of 249.47º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E659E is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 101 | 158 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.38 |
| HSL | 249.47º | 0.23% | 0.51% | - |
| HSV(B) | 249.47º | 0.36% | 0.62% | - |
| XYZ | 17.26 | 15.09 | 34.35 | - |
| YUV | 110.19 | 154.98 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 101 | 158 | 0.30 | 0.36 | 0 | 0.38 | 249.47 | 0.23 | 0.51 |
| Hex | 6E | 65 | 9E | 1E | 24 | 0 | 26 | F9 | 17 | 33 |
| Octal | 156 | 145 | 236 | 36 | 44 | 0 | 46 | 371 | 27 | 63 |
| Binary | 1101110 | 1100101 | 10011110 | 11110 | 100100 | 0 | 100110 | 11111001 | 10111 | 110011 |
Color Harmonies of #6E659E
Complementary color
Monochromatic Colors of #6E659E
Black with #6E659E
Text Example
Text Example
White with #6E659E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E659E; }
p { color: rgb(110,101,158); }
H1.HeaderClassName
{
color: #6E659E;
}
.AnyTagClassName
{
color: #6E659E;
}
</style>
background-color css
<style>
a { background-color: #6E659E; }
a { background-color: rgb(110,101,158); }
div.DivClassName
{
background-color: #6E659E;
}
.BgClassName
{
background-color: #6E659E;
}
</style>
border-color css
<style>
span { border-color: #6E659E; }
span { border-color: rgb(110,101,158); }
td.TdClassName
{
border-color: #6E659E;
}
.TagClassName
{
border-color: #6E659E;
}
</style>