Shades of Scampi #6E5DA3
Tints of Scampi #6E5DA3
RGB
CMYK
RGB Variations
Color information
#6E5DA3 (or 0x6E5DA3) is known color: Scampi. HEX triplet: 6E, 5D and A3. RGB value is (110,93,163). Sum of RGB (Red+Green+Blue) = 110+93+163=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 163 (64.06% from 255 or 44.54% from 366); Max value from RGB is 163 - color contains mainly: blue. Hex color #6E5DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5DA3 is #91A25C. Grayscale: #696969. Windows color (decimal): -9544285 or 10706286. OLE color: 10706286.
HSL color Cylindrical-coordinate representation of color #6E5DA3: hue angle of 254.57º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E5DA3 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 93 | 163 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.36 |
| HSL | 254.57º | 0.28% | 0.5% | - |
| HSV(B) | 254.57º | 0.43% | 0.64% | - |
| XYZ | 16.96 | 13.79 | 36.42 | - |
| YUV | 106.06 | 160.13 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 93 | 163 | 0.33 | 0.43 | 0 | 0.36 | 254.57 | 0.28 | 0.5 |
| Hex | 6E | 5D | A3 | 21 | 2B | 0 | 24 | FF | 1C | 32 |
| Octal | 156 | 135 | 243 | 41 | 53 | 0 | 44 | 377 | 34 | 62 |
| Binary | 1101110 | 1011101 | 10100011 | 100001 | 101011 | 0 | 100100 | 11111111 | 11100 | 110010 |
Color Harmonies of #6E5DA3
Complementary color
Monochromatic Colors of #6E5DA3
Black with #6E5DA3
Text Example
Text Example
White with #6E5DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5DA3; }
p { color: rgb(110,93,163); }
H1.HeaderClassName
{
color: #6E5DA3;
}
.AnyTagClassName
{
color: #6E5DA3;
}
</style>
background-color css
<style>
a { background-color: #6E5DA3; }
a { background-color: rgb(110,93,163); }
div.DivClassName
{
background-color: #6E5DA3;
}
.BgClassName
{
background-color: #6E5DA3;
}
</style>
border-color css
<style>
span { border-color: #6E5DA3; }
span { border-color: rgb(110,93,163); }
td.TdClassName
{
border-color: #6E5DA3;
}
.TagClassName
{
border-color: #6E5DA3;
}
</style>