Shades of Scampi #6E689D
Tints of Scampi #6E689D
RGB
CMYK
RGB Variations
Color information
#6E689D (or 0x6E689D) is known color: Scampi. HEX triplet: 6E, 68 and 9D. RGB value is (110,104,157). Sum of RGB (Red+Green+Blue) = 110+104+157=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E689D is #919762. Grayscale: #6F6F6F. Windows color (decimal): -9541475 or 10315886. OLE color: 10315886.
HSL color Cylindrical-coordinate representation of color #6E689D: hue angle of 246.79º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E689D is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 104 | 157 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.38 |
| HSL | 246.79º | 0.21% | 0.51% | - |
| HSV(B) | 246.79º | 0.34% | 0.62% | - |
| XYZ | 17.47 | 15.65 | 34 | - |
| YUV | 111.84 | 153.49 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 104 | 157 | 0.30 | 0.34 | 0 | 0.38 | 246.79 | 0.21 | 0.51 |
| Hex | 6E | 68 | 9D | 1E | 22 | 0 | 26 | F7 | 15 | 33 |
| Octal | 156 | 150 | 235 | 36 | 42 | 0 | 46 | 367 | 25 | 63 |
| Binary | 1101110 | 1101000 | 10011101 | 11110 | 100010 | 0 | 100110 | 11110111 | 10101 | 110011 |
Color Harmonies of #6E689D
Complementary color
Monochromatic Colors of #6E689D
Black with #6E689D
Text Example
Text Example
White with #6E689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E689D; }
p { color: rgb(110,104,157); }
H1.HeaderClassName
{
color: #6E689D;
}
.AnyTagClassName
{
color: #6E689D;
}
</style>
background-color css
<style>
a { background-color: #6E689D; }
a { background-color: rgb(110,104,157); }
div.DivClassName
{
background-color: #6E689D;
}
.BgClassName
{
background-color: #6E689D;
}
</style>
border-color css
<style>
span { border-color: #6E689D; }
span { border-color: rgb(110,104,157); }
td.TdClassName
{
border-color: #6E689D;
}
.TagClassName
{
border-color: #6E689D;
}
</style>