Shades of Scampi #6C5BA0
Tints of Scampi #6C5BA0
RGB
CMYK
RGB Variations
Color information
#6C5BA0 (or 0x6C5BA0) is known color: Scampi. HEX triplet: 6C, 5B and A0. RGB value is (108,91,160). Sum of RGB (Red+Green+Blue) = 108+91+160=359 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.08% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 160 - color contains mainly: blue. Hex color #6C5BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5BA0 is #93A45F. Grayscale: #676767. Windows color (decimal): -9675872 or 10509164. OLE color: 10509164.
HSL color Cylindrical-coordinate representation of color #6C5BA0: hue angle of 254.78º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C5BA0 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 91 | 160 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.37 |
| HSL | 254.78º | 0.27% | 0.49% | - |
| HSV(B) | 254.78º | 0.43% | 0.63% | - |
| XYZ | 16.27 | 13.21 | 34.95 | - |
| YUV | 103.95 | 159.63 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 91 | 160 | 0.32 | 0.43 | 0 | 0.37 | 254.78 | 0.27 | 0.49 |
| Hex | 6C | 5B | A0 | 20 | 2B | 0 | 25 | FF | 1B | 31 |
| Octal | 154 | 133 | 240 | 40 | 53 | 0 | 45 | 377 | 33 | 61 |
| Binary | 1101100 | 1011011 | 10100000 | 100000 | 101011 | 0 | 100101 | 11111111 | 11011 | 110001 |
Color Harmonies of #6C5BA0
Complementary color
Monochromatic Colors of #6C5BA0
Black with #6C5BA0
Text Example
Text Example
White with #6C5BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5BA0; }
p { color: rgb(108,91,160); }
H1.HeaderClassName
{
color: #6C5BA0;
}
.AnyTagClassName
{
color: #6C5BA0;
}
</style>
background-color css
<style>
a { background-color: #6C5BA0; }
a { background-color: rgb(108,91,160); }
div.DivClassName
{
background-color: #6C5BA0;
}
.BgClassName
{
background-color: #6C5BA0;
}
</style>
border-color css
<style>
span { border-color: #6C5BA0; }
span { border-color: rgb(108,91,160); }
td.TdClassName
{
border-color: #6C5BA0;
}
.TagClassName
{
border-color: #6C5BA0;
}
</style>