Shades of Scampi #6E5D97
Tints of Scampi #6E5D97
RGB
CMYK
RGB Variations
Color information
#6E5D97 (or 0x6E5D97) is known color: Scampi. HEX triplet: 6E, 5D and 97. RGB value is (110,93,151). Sum of RGB (Red+Green+Blue) = 110+93+151=354 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.07% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 151 - color contains mainly: blue. Hex color #6E5D97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5D97 is #91A268. Grayscale: #686868. Windows color (decimal): -9544297 or 9919854. OLE color: 9919854.
HSL color Cylindrical-coordinate representation of color #6E5D97: hue angle of 257.59º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6E5D97 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 110 | 93 | 151 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.41 |
| HSL | 257.59º | 0.24% | 0.48% | - |
| HSV(B) | 257.59º | 0.38% | 0.59% | - |
| XYZ | 15.93 | 13.38 | 31.02 | - |
| YUV | 104.7 | 154.13 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 93 | 151 | 0.27 | 0.38 | 0 | 0.41 | 257.59 | 0.24 | 0.48 |
| Hex | 6E | 5D | 97 | 1B | 26 | 0 | 29 | 102 | 18 | 30 |
| Octal | 156 | 135 | 227 | 33 | 46 | 0 | 51 | 402 | 30 | 60 |
| Binary | 1101110 | 1011101 | 10010111 | 11011 | 100110 | 0 | 101001 | 100000010 | 11000 | 110000 |
Color Harmonies of #6E5D97
Complementary color
Monochromatic Colors of #6E5D97
Black with #6E5D97
Text Example
Text Example
White with #6E5D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5D97; }
p { color: rgb(110,93,151); }
H1.HeaderClassName
{
color: #6E5D97;
}
.AnyTagClassName
{
color: #6E5D97;
}
</style>
background-color css
<style>
a { background-color: #6E5D97; }
a { background-color: rgb(110,93,151); }
div.DivClassName
{
background-color: #6E5D97;
}
.BgClassName
{
background-color: #6E5D97;
}
</style>
border-color css
<style>
span { border-color: #6E5D97; }
span { border-color: rgb(110,93,151); }
td.TdClassName
{
border-color: #6E5D97;
}
.TagClassName
{
border-color: #6E5D97;
}
</style>