Shades of Scampi #6D689A
Tints of Scampi #6D689A
RGB
CMYK
RGB Variations
Color information
#6D689A (or 0x6D689A) is known color: Scampi. HEX triplet: 6D, 68 and 9A. RGB value is (109,104,154). Sum of RGB (Red+Green+Blue) = 109+104+154=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 154 - color contains mainly: blue. Hex color #6D689A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D689A is #929765. Grayscale: #6F6F6F. Windows color (decimal): -9607014 or 10119277. OLE color: 10119277.
HSL color Cylindrical-coordinate representation of color #6D689A: hue angle of 246º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D689A is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 104 | 154 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.40 |
| HSL | 246º | 0.2% | 0.51% | - |
| HSV(B) | 246º | 0.32% | 0.6% | - |
| XYZ | 17.09 | 15.48 | 32.66 | - |
| YUV | 111.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 104 | 154 | 0.29 | 0.32 | 0 | 0.40 | 246 | 0.2 | 0.51 |
| Hex | 6D | 68 | 9A | 1D | 20 | 0 | 28 | F6 | 14 | 33 |
| Octal | 155 | 150 | 232 | 35 | 40 | 0 | 50 | 366 | 24 | 63 |
| Binary | 1101101 | 1101000 | 10011010 | 11101 | 100000 | 0 | 101000 | 11110110 | 10100 | 110011 |
Color Harmonies of #6D689A
Complementary color
Monochromatic Colors of #6D689A
Black with #6D689A
Text Example
Text Example
White with #6D689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D689A; }
p { color: rgb(109,104,154); }
H1.HeaderClassName
{
color: #6D689A;
}
.AnyTagClassName
{
color: #6D689A;
}
</style>
background-color css
<style>
a { background-color: #6D689A; }
a { background-color: rgb(109,104,154); }
div.DivClassName
{
background-color: #6D689A;
}
.BgClassName
{
background-color: #6D689A;
}
</style>
border-color css
<style>
span { border-color: #6D689A; }
span { border-color: rgb(109,104,154); }
td.TdClassName
{
border-color: #6D689A;
}
.TagClassName
{
border-color: #6D689A;
}
</style>