Shades of Scampi #6E619D
Tints of Scampi #6E619D
RGB
CMYK
RGB Variations
Color information
#6E619D (or 0x6E619D) is known color: Scampi. HEX triplet: 6E, 61 and 9D. RGB value is (110,97,157). Sum of RGB (Red+Green+Blue) = 110+97+157=364 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.22% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E619D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E619D is #919E62. Grayscale: #6B6B6B. Windows color (decimal): -9543267 or 10314094. OLE color: 10314094.
HSL color Cylindrical-coordinate representation of color #6E619D: hue angle of 253º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6E619D is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 97 | 157 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.38 |
| HSL | 253º | 0.24% | 0.5% | - |
| HSV(B) | 253º | 0.38% | 0.62% | - |
| XYZ | 16.79 | 14.3 | 33.77 | - |
| YUV | 107.73 | 155.81 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 97 | 157 | 0.30 | 0.38 | 0 | 0.38 | 253 | 0.24 | 0.5 |
| Hex | 6E | 61 | 9D | 1E | 26 | 0 | 26 | FD | 18 | 32 |
| Octal | 156 | 141 | 235 | 36 | 46 | 0 | 46 | 375 | 30 | 62 |
| Binary | 1101110 | 1100001 | 10011101 | 11110 | 100110 | 0 | 100110 | 11111101 | 11000 | 110010 |
Color Harmonies of #6E619D
Complementary color
Monochromatic Colors of #6E619D
Black with #6E619D
Text Example
Text Example
White with #6E619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E619D; }
p { color: rgb(110,97,157); }
H1.HeaderClassName
{
color: #6E619D;
}
.AnyTagClassName
{
color: #6E619D;
}
</style>
background-color css
<style>
a { background-color: #6E619D; }
a { background-color: rgb(110,97,157); }
div.DivClassName
{
background-color: #6E619D;
}
.BgClassName
{
background-color: #6E619D;
}
</style>
border-color css
<style>
span { border-color: #6E619D; }
span { border-color: rgb(110,97,157); }
td.TdClassName
{
border-color: #6E619D;
}
.TagClassName
{
border-color: #6E619D;
}
</style>