Shades of Scampi #6E639D
Tints of Scampi #6E639D
RGB
CMYK
RGB Variations
Color information
#6E639D (or 0x6E639D) is known color: Scampi. HEX triplet: 6E, 63 and 9D. RGB value is (110,99,157). Sum of RGB (Red+Green+Blue) = 110+99+157=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E639D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E639D is #919C62. Grayscale: #6C6C6C. Windows color (decimal): -9542755 or 10314606. OLE color: 10314606.
HSL color Cylindrical-coordinate representation of color #6E639D: hue angle of 251.38º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E639D is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 99 | 157 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.38 |
| HSL | 251.38º | 0.23% | 0.5% | - |
| HSV(B) | 251.38º | 0.37% | 0.62% | - |
| XYZ | 16.98 | 14.67 | 33.84 | - |
| YUV | 108.9 | 155.14 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 99 | 157 | 0.30 | 0.37 | 0 | 0.38 | 251.38 | 0.23 | 0.5 |
| Hex | 6E | 63 | 9D | 1E | 25 | 0 | 26 | FB | 17 | 32 |
| Octal | 156 | 143 | 235 | 36 | 45 | 0 | 46 | 373 | 27 | 62 |
| Binary | 1101110 | 1100011 | 10011101 | 11110 | 100101 | 0 | 100110 | 11111011 | 10111 | 110010 |
Color Harmonies of #6E639D
Complementary color
Monochromatic Colors of #6E639D
Black with #6E639D
Text Example
Text Example
White with #6E639D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E639D; }
p { color: rgb(110,99,157); }
H1.HeaderClassName
{
color: #6E639D;
}
.AnyTagClassName
{
color: #6E639D;
}
</style>
background-color css
<style>
a { background-color: #6E639D; }
a { background-color: rgb(110,99,157); }
div.DivClassName
{
background-color: #6E639D;
}
.BgClassName
{
background-color: #6E639D;
}
</style>
border-color css
<style>
span { border-color: #6E639D; }
span { border-color: rgb(110,99,157); }
td.TdClassName
{
border-color: #6E639D;
}
.TagClassName
{
border-color: #6E639D;
}
</style>