Shades of Scampi #6E7197
Tints of Scampi #6E7197
RGB
CMYK
RGB Variations
Color information
#6E7197 (or 0x6E7197) is known color: Scampi. HEX triplet: 6E, 71 and 97. RGB value is (110,113,151). Sum of RGB (Red+Green+Blue) = 110+113+151=374 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.41% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 151 - color contains mainly: blue. Hex color #6E7197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7197 is #918E68. Grayscale: #747474. Windows color (decimal): -9539177 or 9924974. OLE color: 9924974.
HSL color Cylindrical-coordinate representation of color #6E7197: hue angle of 235.61º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E7197 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 110 | 113 | 151 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.41 |
| HSL | 235.61º | 0.16% | 0.51% | - |
| HSV(B) | 235.61º | 0.27% | 0.59% | - |
| XYZ | 17.92 | 17.36 | 31.68 | - |
| YUV | 116.44 | 147.51 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 113 | 151 | 0.27 | 0.25 | 0 | 0.41 | 235.61 | 0.16 | 0.51 |
| Hex | 6E | 71 | 97 | 1B | 19 | 0 | 29 | EC | 10 | 33 |
| Octal | 156 | 161 | 227 | 33 | 31 | 0 | 51 | 354 | 20 | 63 |
| Binary | 1101110 | 1110001 | 10010111 | 11011 | 11001 | 0 | 101001 | 11101100 | 10000 | 110011 |
Color Harmonies of #6E7197
Complementary color
Monochromatic Colors of #6E7197
Black with #6E7197
Text Example
Text Example
White with #6E7197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7197; }
p { color: rgb(110,113,151); }
H1.HeaderClassName
{
color: #6E7197;
}
.AnyTagClassName
{
color: #6E7197;
}
</style>
background-color css
<style>
a { background-color: #6E7197; }
a { background-color: rgb(110,113,151); }
div.DivClassName
{
background-color: #6E7197;
}
.BgClassName
{
background-color: #6E7197;
}
</style>
border-color css
<style>
span { border-color: #6E7197; }
span { border-color: rgb(110,113,151); }
td.TdClassName
{
border-color: #6E7197;
}
.TagClassName
{
border-color: #6E7197;
}
</style>