Shades of Scampi #6D6D9E
Tints of Scampi #6D6D9E
RGB
CMYK
RGB Variations
Color information
#6D6D9E (or 0x6D6D9E) is known color: Scampi. HEX triplet: 6D, 6D and 9E. RGB value is (109,109,158). Sum of RGB (Red+Green+Blue) = 109+109+158=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #6D6D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6D9E is #929261. Grayscale: #727272. Windows color (decimal): -9605730 or 10382701. OLE color: 10382701.
HSL color Cylindrical-coordinate representation of color #6D6D9E: hue angle of 240º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D6D9E is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 109 | 158 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.38 |
| HSL | 240º | 0.2% | 0.52% | - |
| HSV(B) | 240º | 0.31% | 0.62% | - |
| XYZ | 17.95 | 16.66 | 34.62 | - |
| YUV | 114.59 | 152.5 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 109 | 158 | 0.31 | 0.31 | 0 | 0.38 | 240 | 0.2 | 0.52 |
| Hex | 6D | 6D | 9E | 1F | 1F | 0 | 26 | F0 | 14 | 34 |
| Octal | 155 | 155 | 236 | 37 | 37 | 0 | 46 | 360 | 24 | 64 |
| Binary | 1101101 | 1101101 | 10011110 | 11111 | 11111 | 0 | 100110 | 11110000 | 10100 | 110100 |
Color Harmonies of #6D6D9E
Complementary color
Monochromatic Colors of #6D6D9E
Black with #6D6D9E
Text Example
Text Example
White with #6D6D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6D9E; }
p { color: rgb(109,109,158); }
H1.HeaderClassName
{
color: #6D6D9E;
}
.AnyTagClassName
{
color: #6D6D9E;
}
</style>
background-color css
<style>
a { background-color: #6D6D9E; }
a { background-color: rgb(109,109,158); }
div.DivClassName
{
background-color: #6D6D9E;
}
.BgClassName
{
background-color: #6D6D9E;
}
</style>
border-color css
<style>
span { border-color: #6D6D9E; }
span { border-color: rgb(109,109,158); }
td.TdClassName
{
border-color: #6D6D9E;
}
.TagClassName
{
border-color: #6D6D9E;
}
</style>