Shades of Scampi #6E6898
Tints of Scampi #6E6898
RGB
CMYK
RGB Variations
Color information
#6E6898 (or 0x6E6898) is known color: Scampi. HEX triplet: 6E, 68 and 98. RGB value is (110,104,152). Sum of RGB (Red+Green+Blue) = 110+104+152=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 152 - color contains mainly: blue. Hex color #6E6898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6898 is #919767. Grayscale: #6F6F6F. Windows color (decimal): -9541480 or 9988206. OLE color: 9988206.
HSL color Cylindrical-coordinate representation of color #6E6898: hue angle of 247.5º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E6898 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 104 | 152 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.40 |
| HSL | 247.5º | 0.19% | 0.5% | - |
| HSV(B) | 247.5º | 0.32% | 0.6% | - |
| XYZ | 17.05 | 15.48 | 31.8 | - |
| YUV | 111.27 | 150.99 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 104 | 152 | 0.28 | 0.32 | 0 | 0.40 | 247.5 | 0.19 | 0.5 |
| Hex | 6E | 68 | 98 | 1C | 20 | 0 | 28 | F8 | 13 | 32 |
| Octal | 156 | 150 | 230 | 34 | 40 | 0 | 50 | 370 | 23 | 62 |
| Binary | 1101110 | 1101000 | 10011000 | 11100 | 100000 | 0 | 101000 | 11111000 | 10011 | 110010 |
Color Harmonies of #6E6898
Complementary color
Monochromatic Colors of #6E6898
Black with #6E6898
Text Example
Text Example
White with #6E6898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6898; }
p { color: rgb(110,104,152); }
H1.HeaderClassName
{
color: #6E6898;
}
.AnyTagClassName
{
color: #6E6898;
}
</style>
background-color css
<style>
a { background-color: #6E6898; }
a { background-color: rgb(110,104,152); }
div.DivClassName
{
background-color: #6E6898;
}
.BgClassName
{
background-color: #6E6898;
}
</style>
border-color css
<style>
span { border-color: #6E6898; }
span { border-color: rgb(110,104,152); }
td.TdClassName
{
border-color: #6E6898;
}
.TagClassName
{
border-color: #6E6898;
}
</style>