Shades of Scampi #6E6594
Tints of Scampi #6E6594
RGB
CMYK
RGB Variations
Color information
#6E6594 (or 0x6E6594) is known color: Scampi. HEX triplet: 6E, 65 and 94. RGB value is (110,101,148). Sum of RGB (Red+Green+Blue) = 110+101+148=359 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.64% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 148 - color contains mainly: blue. Hex color #6E6594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6594 is #919A6B. Grayscale: #6C6C6C. Windows color (decimal): -9542252 or 9725294. OLE color: 9725294.
HSL color Cylindrical-coordinate representation of color #6E6594: hue angle of 251.49º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E6594 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 101 | 148 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.42 |
| HSL | 251.49º | 0.19% | 0.49% | - |
| HSV(B) | 251.49º | 0.32% | 0.58% | - |
| XYZ | 16.43 | 14.76 | 30 | - |
| YUV | 109.05 | 149.98 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 101 | 148 | 0.26 | 0.32 | 0 | 0.42 | 251.49 | 0.19 | 0.49 |
| Hex | 6E | 65 | 94 | 1A | 20 | 0 | 2A | FB | 13 | 31 |
| Octal | 156 | 145 | 224 | 32 | 40 | 0 | 52 | 373 | 23 | 61 |
| Binary | 1101110 | 1100101 | 10010100 | 11010 | 100000 | 0 | 101010 | 11111011 | 10011 | 110001 |
Color Harmonies of #6E6594
Complementary color
Monochromatic Colors of #6E6594
Black with #6E6594
Text Example
Text Example
White with #6E6594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6594; }
p { color: rgb(110,101,148); }
H1.HeaderClassName
{
color: #6E6594;
}
.AnyTagClassName
{
color: #6E6594;
}
</style>
background-color css
<style>
a { background-color: #6E6594; }
a { background-color: rgb(110,101,148); }
div.DivClassName
{
background-color: #6E6594;
}
.BgClassName
{
background-color: #6E6594;
}
</style>
border-color css
<style>
span { border-color: #6E6594; }
span { border-color: rgb(110,101,148); }
td.TdClassName
{
border-color: #6E6594;
}
.TagClassName
{
border-color: #6E6594;
}
</style>