Shades of Scampi #6E6C9D
Tints of Scampi #6E6C9D
RGB
CMYK
RGB Variations
Color information
#6E6C9D (or 0x6E6C9D) is known color: Scampi. HEX triplet: 6E, 6C and 9D. RGB value is (110,108,157). Sum of RGB (Red+Green+Blue) = 110+108+157=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E6C9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6C9D is #919362. Grayscale: #717171. Windows color (decimal): -9540451 or 10316910. OLE color: 10316910.
HSL color Cylindrical-coordinate representation of color #6E6C9D: hue angle of 242.45º 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 #6E6C9D is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 108 | 157 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.38 |
| HSL | 242.45º | 0.2% | 0.52% | - |
| HSV(B) | 242.45º | 0.31% | 0.62% | - |
| XYZ | 17.88 | 16.47 | 34.14 | - |
| YUV | 114.18 | 152.16 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 108 | 157 | 0.30 | 0.31 | 0 | 0.38 | 242.45 | 0.2 | 0.52 |
| Hex | 6E | 6C | 9D | 1E | 1F | 0 | 26 | F2 | 14 | 34 |
| Octal | 156 | 154 | 235 | 36 | 37 | 0 | 46 | 362 | 24 | 64 |
| Binary | 1101110 | 1101100 | 10011101 | 11110 | 11111 | 0 | 100110 | 11110010 | 10100 | 110100 |
Color Harmonies of #6E6C9D
Complementary color
Monochromatic Colors of #6E6C9D
Black with #6E6C9D
Text Example
Text Example
White with #6E6C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6C9D; }
p { color: rgb(110,108,157); }
H1.HeaderClassName
{
color: #6E6C9D;
}
.AnyTagClassName
{
color: #6E6C9D;
}
</style>
background-color css
<style>
a { background-color: #6E6C9D; }
a { background-color: rgb(110,108,157); }
div.DivClassName
{
background-color: #6E6C9D;
}
.BgClassName
{
background-color: #6E6C9D;
}
</style>
border-color css
<style>
span { border-color: #6E6C9D; }
span { border-color: rgb(110,108,157); }
td.TdClassName
{
border-color: #6E6C9D;
}
.TagClassName
{
border-color: #6E6C9D;
}
</style>