Shades of Scampi #6E599D
Tints of Scampi #6E599D
RGB
CMYK
RGB Variations
Color information
#6E599D (or 0x6E599D) is known color: Scampi. HEX triplet: 6E, 59 and 9D. RGB value is (110,89,157). Sum of RGB (Red+Green+Blue) = 110+89+157=356 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.90% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E599D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E599D is #91A662. Grayscale: #666666. Windows color (decimal): -9545315 or 10312046. OLE color: 10312046.
HSL color Cylindrical-coordinate representation of color #6E599D: hue angle of 258.53º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E599D is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 89 | 157 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.38 |
| HSL | 258.53º | 0.28% | 0.48% | - |
| HSV(B) | 258.53º | 0.43% | 0.62% | - |
| XYZ | 16.09 | 12.89 | 33.54 | - |
| YUV | 103.03 | 158.46 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 89 | 157 | 0.30 | 0.43 | 0 | 0.38 | 258.53 | 0.28 | 0.48 |
| Hex | 6E | 59 | 9D | 1E | 2B | 0 | 26 | 103 | 1C | 30 |
| Octal | 156 | 131 | 235 | 36 | 53 | 0 | 46 | 403 | 34 | 60 |
| Binary | 1101110 | 1011001 | 10011101 | 11110 | 101011 | 0 | 100110 | 100000011 | 11100 | 110000 |
Color Harmonies of #6E599D
Complementary color
Monochromatic Colors of #6E599D
Black with #6E599D
Text Example
Text Example
White with #6E599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E599D; }
p { color: rgb(110,89,157); }
H1.HeaderClassName
{
color: #6E599D;
}
.AnyTagClassName
{
color: #6E599D;
}
</style>
background-color css
<style>
a { background-color: #6E599D; }
a { background-color: rgb(110,89,157); }
div.DivClassName
{
background-color: #6E599D;
}
.BgClassName
{
background-color: #6E599D;
}
</style>
border-color css
<style>
span { border-color: #6E599D; }
span { border-color: rgb(110,89,157); }
td.TdClassName
{
border-color: #6E599D;
}
.TagClassName
{
border-color: #6E599D;
}
</style>