Shades of Scampi #6E6FA0
Tints of Scampi #6E6FA0
RGB
CMYK
RGB Variations
Color information
#6E6FA0 (or 0x6E6FA0) is known color: Scampi. HEX triplet: 6E, 6F and A0. RGB value is (110,111,160). Sum of RGB (Red+Green+Blue) = 110+111+160=381 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.87% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 160 - color contains mainly: blue. Hex color #6E6FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6FA0 is #91905F. Grayscale: #747474. Windows color (decimal): -9539680 or 10514286. OLE color: 10514286.
HSL color Cylindrical-coordinate representation of color #6E6FA0: hue angle of 238.8º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6E6FA0 is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 110 | 111 | 160 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.37 |
| HSL | 238.8º | 0.21% | 0.53% | - |
| HSV(B) | 238.8º | 0.31% | 0.63% | - |
| XYZ | 18.46 | 17.22 | 35.61 | - |
| YUV | 116.29 | 152.67 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 111 | 160 | 0.31 | 0.31 | 0 | 0.37 | 238.8 | 0.21 | 0.53 |
| Hex | 6E | 6F | A0 | 1F | 1F | 0 | 25 | EF | 15 | 35 |
| Octal | 156 | 157 | 240 | 37 | 37 | 0 | 45 | 357 | 25 | 65 |
| Binary | 1101110 | 1101111 | 10100000 | 11111 | 11111 | 0 | 100101 | 11101111 | 10101 | 110101 |
Color Harmonies of #6E6FA0
Complementary color
Monochromatic Colors of #6E6FA0
Black with #6E6FA0
Text Example
Text Example
White with #6E6FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6FA0; }
p { color: rgb(110,111,160); }
H1.HeaderClassName
{
color: #6E6FA0;
}
.AnyTagClassName
{
color: #6E6FA0;
}
</style>
background-color css
<style>
a { background-color: #6E6FA0; }
a { background-color: rgb(110,111,160); }
div.DivClassName
{
background-color: #6E6FA0;
}
.BgClassName
{
background-color: #6E6FA0;
}
</style>
border-color css
<style>
span { border-color: #6E6FA0; }
span { border-color: rgb(110,111,160); }
td.TdClassName
{
border-color: #6E6FA0;
}
.TagClassName
{
border-color: #6E6FA0;
}
</style>