Shades of Scampi #6C5EA0
Tints of Scampi #6C5EA0
RGB
CMYK
RGB Variations
Color information
#6C5EA0 (or 0x6C5EA0) is known color: Scampi. HEX triplet: 6C, 5E and A0. RGB value is (108,94,160). Sum of RGB (Red+Green+Blue) = 108+94+160=362 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.83% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 160 (62.89% from 255 or 44.20% from 362); Max value from RGB is 160 - color contains mainly: blue. Hex color #6C5EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5EA0 is #93A15F. Grayscale: #696969. Windows color (decimal): -9675104 or 10509932. OLE color: 10509932.
HSL color Cylindrical-coordinate representation of color #6C5EA0: hue angle of 252.73º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6C5EA0 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 94 | 160 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.37 |
| HSL | 252.73º | 0.26% | 0.5% | - |
| HSV(B) | 252.73º | 0.41% | 0.63% | - |
| XYZ | 16.53 | 13.73 | 35.04 | - |
| YUV | 105.71 | 158.64 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 94 | 160 | 0.32 | 0.41 | 0 | 0.37 | 252.73 | 0.26 | 0.5 |
| Hex | 6C | 5E | A0 | 20 | 29 | 0 | 25 | FD | 1A | 32 |
| Octal | 154 | 136 | 240 | 40 | 51 | 0 | 45 | 375 | 32 | 62 |
| Binary | 1101100 | 1011110 | 10100000 | 100000 | 101001 | 0 | 100101 | 11111101 | 11010 | 110010 |
Color Harmonies of #6C5EA0
Complementary color
Monochromatic Colors of #6C5EA0
Black with #6C5EA0
Text Example
Text Example
White with #6C5EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5EA0; }
p { color: rgb(108,94,160); }
H1.HeaderClassName
{
color: #6C5EA0;
}
.AnyTagClassName
{
color: #6C5EA0;
}
</style>
background-color css
<style>
a { background-color: #6C5EA0; }
a { background-color: rgb(108,94,160); }
div.DivClassName
{
background-color: #6C5EA0;
}
.BgClassName
{
background-color: #6C5EA0;
}
</style>
border-color css
<style>
span { border-color: #6C5EA0; }
span { border-color: rgb(108,94,160); }
td.TdClassName
{
border-color: #6C5EA0;
}
.TagClassName
{
border-color: #6C5EA0;
}
</style>