Shades of Scampi #6E6AAA
Tints of Scampi #6E6AAA
RGB
CMYK
RGB Variations
Color information
#6E6AAA (or 0x6E6AAA) is known color: Scampi. HEX triplet: 6E, 6A and AA. RGB value is (110,106,170). Sum of RGB (Red+Green+Blue) = 110+106+170=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E6AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6AAA is #919555. Grayscale: #727272. Windows color (decimal): -9540950 or 11168366. OLE color: 11168366.
HSL color Cylindrical-coordinate representation of color #6E6AAA: hue angle of 243.75º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6E6AAA is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 106 | 170 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.33 |
| HSL | 243.75º | 0.27% | 0.54% | - |
| HSV(B) | 243.75º | 0.38% | 0.67% | - |
| XYZ | 18.84 | 16.53 | 40.23 | - |
| YUV | 114.49 | 159.33 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 106 | 170 | 0.35 | 0.38 | 0 | 0.33 | 243.75 | 0.27 | 0.54 |
| Hex | 6E | 6A | AA | 23 | 26 | 0 | 21 | F4 | 1B | 36 |
| Octal | 156 | 152 | 252 | 43 | 46 | 0 | 41 | 364 | 33 | 66 |
| Binary | 1101110 | 1101010 | 10101010 | 100011 | 100110 | 0 | 100001 | 11110100 | 11011 | 110110 |
Color Harmonies of #6E6AAA
Complementary color
Monochromatic Colors of #6E6AAA
Black with #6E6AAA
Text Example
Text Example
White with #6E6AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6AAA; }
p { color: rgb(110,106,170); }
H1.HeaderClassName
{
color: #6E6AAA;
}
.AnyTagClassName
{
color: #6E6AAA;
}
</style>
background-color css
<style>
a { background-color: #6E6AAA; }
a { background-color: rgb(110,106,170); }
div.DivClassName
{
background-color: #6E6AAA;
}
.BgClassName
{
background-color: #6E6AAA;
}
</style>
border-color css
<style>
span { border-color: #6E6AAA; }
span { border-color: rgb(110,106,170); }
td.TdClassName
{
border-color: #6E6AAA;
}
.TagClassName
{
border-color: #6E6AAA;
}
</style>