Shades of Scampi #6E6795
Tints of Scampi #6E6795
RGB
CMYK
RGB Variations
Color information
#6E6795 (or 0x6E6795) is known color: Scampi. HEX triplet: 6E, 67 and 95. RGB value is (110,103,149). Sum of RGB (Red+Green+Blue) = 110+103+149=362 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.39% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 149 - color contains mainly: blue. Hex color #6E6795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6795 is #91986A. Grayscale: #6E6E6E. Windows color (decimal): -9541739 or 9791342. OLE color: 9791342.
HSL color Cylindrical-coordinate representation of color #6E6795: hue angle of 249.13º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6E6795 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 103 | 149 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.42 |
| HSL | 249.13º | 0.18% | 0.49% | - |
| HSV(B) | 249.13º | 0.31% | 0.58% | - |
| XYZ | 16.71 | 15.19 | 30.48 | - |
| YUV | 110.34 | 149.82 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 103 | 149 | 0.26 | 0.31 | 0 | 0.42 | 249.13 | 0.18 | 0.49 |
| Hex | 6E | 67 | 95 | 1A | 1F | 0 | 2A | F9 | 12 | 31 |
| Octal | 156 | 147 | 225 | 32 | 37 | 0 | 52 | 371 | 22 | 61 |
| Binary | 1101110 | 1100111 | 10010101 | 11010 | 11111 | 0 | 101010 | 11111001 | 10010 | 110001 |
Color Harmonies of #6E6795
Complementary color
Monochromatic Colors of #6E6795
Black with #6E6795
Text Example
Text Example
White with #6E6795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6795; }
p { color: rgb(110,103,149); }
H1.HeaderClassName
{
color: #6E6795;
}
.AnyTagClassName
{
color: #6E6795;
}
</style>
background-color css
<style>
a { background-color: #6E6795; }
a { background-color: rgb(110,103,149); }
div.DivClassName
{
background-color: #6E6795;
}
.BgClassName
{
background-color: #6E6795;
}
</style>
border-color css
<style>
span { border-color: #6E6795; }
span { border-color: rgb(110,103,149); }
td.TdClassName
{
border-color: #6E6795;
}
.TagClassName
{
border-color: #6E6795;
}
</style>