Shades of Scampi #6B5BA2
Tints of Scampi #6B5BA2
RGB
CMYK
RGB Variations
Color information
#6B5BA2 (or 0x6B5BA2) is known color: Scampi. HEX triplet: 6B, 5B and A2. RGB value is (107,91,162). Sum of RGB (Red+Green+Blue) = 107+91+162=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 162 (63.67% from 255 or 45% from 360); Max value from RGB is 162 - color contains mainly: blue. Hex color #6B5BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5BA2 is #94A45D. Grayscale: #676767. Windows color (decimal): -9741406 or 10640235. OLE color: 10640235.
HSL color Cylindrical-coordinate representation of color #6B5BA2: hue angle of 253.52º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B5BA2 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 91 | 162 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.36 |
| HSL | 253.52º | 0.28% | 0.5% | - |
| HSV(B) | 253.52º | 0.44% | 0.64% | - |
| XYZ | 16.33 | 13.22 | 35.87 | - |
| YUV | 103.88 | 160.8 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 91 | 162 | 0.34 | 0.44 | 0 | 0.36 | 253.52 | 0.28 | 0.5 |
| Hex | 6B | 5B | A2 | 22 | 2C | 0 | 24 | FE | 1C | 32 |
| Octal | 153 | 133 | 242 | 42 | 54 | 0 | 44 | 376 | 34 | 62 |
| Binary | 1101011 | 1011011 | 10100010 | 100010 | 101100 | 0 | 100100 | 11111110 | 11100 | 110010 |
Color Harmonies of #6B5BA2
Complementary color
Monochromatic Colors of #6B5BA2
Black with #6B5BA2
Text Example
Text Example
White with #6B5BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5BA2; }
p { color: rgb(107,91,162); }
H1.HeaderClassName
{
color: #6B5BA2;
}
.AnyTagClassName
{
color: #6B5BA2;
}
</style>
background-color css
<style>
a { background-color: #6B5BA2; }
a { background-color: rgb(107,91,162); }
div.DivClassName
{
background-color: #6B5BA2;
}
.BgClassName
{
background-color: #6B5BA2;
}
</style>
border-color css
<style>
span { border-color: #6B5BA2; }
span { border-color: rgb(107,91,162); }
td.TdClassName
{
border-color: #6B5BA2;
}
.TagClassName
{
border-color: #6B5BA2;
}
</style>