Shades of Scampi #6B5AA2
Tints of Scampi #6B5AA2
RGB
CMYK
RGB Variations
Color information
#6B5AA2 (or 0x6B5AA2) is known color: Scampi. HEX triplet: 6B, 5A and A2. RGB value is (107,90,162). Sum of RGB (Red+Green+Blue) = 107+90+162=359 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.81% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 162 - color contains mainly: blue. Hex color #6B5AA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5AA2 is #94A55D. Grayscale: #676767. Windows color (decimal): -9741662 or 10639979. OLE color: 10639979.
HSL color Cylindrical-coordinate representation of color #6B5AA2: hue angle of 254.17º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B5AA2 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 90 | 162 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.36 |
| HSL | 254.17º | 0.29% | 0.49% | - |
| HSV(B) | 254.17º | 0.44% | 0.64% | - |
| XYZ | 16.24 | 13.05 | 35.84 | - |
| YUV | 103.29 | 161.13 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 90 | 162 | 0.34 | 0.44 | 0 | 0.36 | 254.17 | 0.29 | 0.49 |
| Hex | 6B | 5A | A2 | 22 | 2C | 0 | 24 | FE | 1D | 31 |
| Octal | 153 | 132 | 242 | 42 | 54 | 0 | 44 | 376 | 35 | 61 |
| Binary | 1101011 | 1011010 | 10100010 | 100010 | 101100 | 0 | 100100 | 11111110 | 11101 | 110001 |
Color Harmonies of #6B5AA2
Complementary color
Monochromatic Colors of #6B5AA2
Black with #6B5AA2
Text Example
Text Example
White with #6B5AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5AA2; }
p { color: rgb(107,90,162); }
H1.HeaderClassName
{
color: #6B5AA2;
}
.AnyTagClassName
{
color: #6B5AA2;
}
</style>
background-color css
<style>
a { background-color: #6B5AA2; }
a { background-color: rgb(107,90,162); }
div.DivClassName
{
background-color: #6B5AA2;
}
.BgClassName
{
background-color: #6B5AA2;
}
</style>
border-color css
<style>
span { border-color: #6B5AA2; }
span { border-color: rgb(107,90,162); }
td.TdClassName
{
border-color: #6B5AA2;
}
.TagClassName
{
border-color: #6B5AA2;
}
</style>