Shades of Scampi #6D689F
Tints of Scampi #6D689F
RGB
CMYK
RGB Variations
Color information
#6D689F (or 0x6D689F) is known color: Scampi. HEX triplet: 6D, 68 and 9F. RGB value is (109,104,159). Sum of RGB (Red+Green+Blue) = 109+104+159=372 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.30% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 159 - color contains mainly: blue. Hex color #6D689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D689F is #929760. Grayscale: #6F6F6F. Windows color (decimal): -9607009 or 10446957. OLE color: 10446957.
HSL color Cylindrical-coordinate representation of color #6D689F: hue angle of 245.45º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6D689F is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 104 | 159 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.38 |
| HSL | 245.45º | 0.22% | 0.52% | - |
| HSV(B) | 245.45º | 0.35% | 0.62% | - |
| XYZ | 17.52 | 15.66 | 34.9 | - |
| YUV | 111.77 | 154.66 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 104 | 159 | 0.31 | 0.35 | 0 | 0.38 | 245.45 | 0.22 | 0.52 |
| Hex | 6D | 68 | 9F | 1F | 23 | 0 | 26 | F5 | 16 | 34 |
| Octal | 155 | 150 | 237 | 37 | 43 | 0 | 46 | 365 | 26 | 64 |
| Binary | 1101101 | 1101000 | 10011111 | 11111 | 100011 | 0 | 100110 | 11110101 | 10110 | 110100 |
Color Harmonies of #6D689F
Complementary color
Monochromatic Colors of #6D689F
Black with #6D689F
Text Example
Text Example
White with #6D689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D689F; }
p { color: rgb(109,104,159); }
H1.HeaderClassName
{
color: #6D689F;
}
.AnyTagClassName
{
color: #6D689F;
}
</style>
background-color css
<style>
a { background-color: #6D689F; }
a { background-color: rgb(109,104,159); }
div.DivClassName
{
background-color: #6D689F;
}
.BgClassName
{
background-color: #6D689F;
}
</style>
border-color css
<style>
span { border-color: #6D689F; }
span { border-color: rgb(109,104,159); }
td.TdClassName
{
border-color: #6D689F;
}
.TagClassName
{
border-color: #6D689F;
}
</style>