Shades of Scampi #6E589D
Tints of Scampi #6E589D
RGB
CMYK
RGB Variations
Color information
#6E589D (or 0x6E589D) is known color: Scampi. HEX triplet: 6E, 58 and 9D. RGB value is (110,88,157). Sum of RGB (Red+Green+Blue) = 110+88+157=355 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.99% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E589D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E589D is #91A762. Grayscale: #666666. Windows color (decimal): -9545571 or 10311790. OLE color: 10311790.
HSL color Cylindrical-coordinate representation of color #6E589D: hue angle of 259.13º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E589D is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 88 | 157 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.38 |
| HSL | 259.13º | 0.28% | 0.48% | - |
| HSV(B) | 259.13º | 0.44% | 0.62% | - |
| XYZ | 16.01 | 12.73 | 33.51 | - |
| YUV | 102.44 | 158.79 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 88 | 157 | 0.30 | 0.44 | 0 | 0.38 | 259.13 | 0.28 | 0.48 |
| Hex | 6E | 58 | 9D | 1E | 2C | 0 | 26 | 103 | 1C | 30 |
| Octal | 156 | 130 | 235 | 36 | 54 | 0 | 46 | 403 | 34 | 60 |
| Binary | 1101110 | 1011000 | 10011101 | 11110 | 101100 | 0 | 100110 | 100000011 | 11100 | 110000 |
Color Harmonies of #6E589D
Complementary color
Monochromatic Colors of #6E589D
Black with #6E589D
Text Example
Text Example
White with #6E589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E589D; }
p { color: rgb(110,88,157); }
H1.HeaderClassName
{
color: #6E589D;
}
.AnyTagClassName
{
color: #6E589D;
}
</style>
background-color css
<style>
a { background-color: #6E589D; }
a { background-color: rgb(110,88,157); }
div.DivClassName
{
background-color: #6E589D;
}
.BgClassName
{
background-color: #6E589D;
}
</style>
border-color css
<style>
span { border-color: #6E589D; }
span { border-color: rgb(110,88,157); }
td.TdClassName
{
border-color: #6E589D;
}
.TagClassName
{
border-color: #6E589D;
}
</style>