Shades of Scampi #6E6AA9
Tints of Scampi #6E6AA9
RGB
CMYK
RGB Variations
Color information
#6E6AA9 (or 0x6E6AA9) is known color: Scampi. HEX triplet: 6E, 6A and A9. RGB value is (110,106,169). Sum of RGB (Red+Green+Blue) = 110+106+169=385 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.57% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 169 (66.41% from 255 or 43.90% from 385); Max value from RGB is 169 - color contains mainly: blue. Hex color #6E6AA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6AA9 is #919556. Grayscale: #727272. Windows color (decimal): -9540951 or 11102830. OLE color: 11102830.
HSL color Cylindrical-coordinate representation of color #6E6AA9: hue angle of 243.81º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E6AA9 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 110 | 106 | 169 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.34 |
| HSL | 243.81º | 0.27% | 0.54% | - |
| HSV(B) | 243.81º | 0.37% | 0.66% | - |
| XYZ | 18.75 | 16.49 | 39.73 | - |
| YUV | 114.38 | 158.83 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 106 | 169 | 0.35 | 0.37 | 0 | 0.34 | 243.81 | 0.27 | 0.54 |
| Hex | 6E | 6A | A9 | 23 | 25 | 0 | 22 | F4 | 1B | 36 |
| Octal | 156 | 152 | 251 | 43 | 45 | 0 | 42 | 364 | 33 | 66 |
| Binary | 1101110 | 1101010 | 10101001 | 100011 | 100101 | 0 | 100010 | 11110100 | 11011 | 110110 |
Color Harmonies of #6E6AA9
Complementary color
Monochromatic Colors of #6E6AA9
Black with #6E6AA9
Text Example
Text Example
White with #6E6AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6AA9; }
p { color: rgb(110,106,169); }
H1.HeaderClassName
{
color: #6E6AA9;
}
.AnyTagClassName
{
color: #6E6AA9;
}
</style>
background-color css
<style>
a { background-color: #6E6AA9; }
a { background-color: rgb(110,106,169); }
div.DivClassName
{
background-color: #6E6AA9;
}
.BgClassName
{
background-color: #6E6AA9;
}
</style>
border-color css
<style>
span { border-color: #6E6AA9; }
span { border-color: rgb(110,106,169); }
td.TdClassName
{
border-color: #6E6AA9;
}
.TagClassName
{
border-color: #6E6AA9;
}
</style>