Shades of Scampi #6D6E9F
Tints of Scampi #6D6E9F
RGB
CMYK
RGB Variations
Color information
#6D6E9F (or 0x6D6E9F) is known color: Scampi. HEX triplet: 6D, 6E and 9F. RGB value is (109,110,159). Sum of RGB (Red+Green+Blue) = 109+110+159=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #6D6E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6E9F is #929160. Grayscale: #737373. Windows color (decimal): -9605473 or 10448493. OLE color: 10448493.
HSL color Cylindrical-coordinate representation of color #6D6E9F: hue angle of 238.8º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D6E9F is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 110 | 159 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.38 |
| HSL | 238.8º | 0.21% | 0.53% | - |
| HSV(B) | 238.8º | 0.31% | 0.62% | - |
| XYZ | 18.14 | 16.91 | 35.11 | - |
| YUV | 115.29 | 152.67 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 110 | 159 | 0.31 | 0.31 | 0 | 0.38 | 238.8 | 0.21 | 0.53 |
| Hex | 6D | 6E | 9F | 1F | 1F | 0 | 26 | EF | 15 | 35 |
| Octal | 155 | 156 | 237 | 37 | 37 | 0 | 46 | 357 | 25 | 65 |
| Binary | 1101101 | 1101110 | 10011111 | 11111 | 11111 | 0 | 100110 | 11101111 | 10101 | 110101 |
Color Harmonies of #6D6E9F
Complementary color
Monochromatic Colors of #6D6E9F
Black with #6D6E9F
Text Example
Text Example
White with #6D6E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6E9F; }
p { color: rgb(109,110,159); }
H1.HeaderClassName
{
color: #6D6E9F;
}
.AnyTagClassName
{
color: #6D6E9F;
}
</style>
background-color css
<style>
a { background-color: #6D6E9F; }
a { background-color: rgb(109,110,159); }
div.DivClassName
{
background-color: #6D6E9F;
}
.BgClassName
{
background-color: #6D6E9F;
}
</style>
border-color css
<style>
span { border-color: #6D6E9F; }
span { border-color: rgb(109,110,159); }
td.TdClassName
{
border-color: #6D6E9F;
}
.TagClassName
{
border-color: #6D6E9F;
}
</style>