Shades of Scampi #6A559D
Tints of Scampi #6A559D
RGB
CMYK
RGB Variations
Color information
#6A559D (or 0x6A559D) is known color: Scampi. HEX triplet: 6A, 55 and 9D. RGB value is (106,85,157). Sum of RGB (Red+Green+Blue) = 106+85+157=348 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.46% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #6A559D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A559D is #95AA62. Grayscale: #636363. Windows color (decimal): -9808483 or 10311018. OLE color: 10311018.
HSL color Cylindrical-coordinate representation of color #6A559D: hue angle of 257.5º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A559D is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 85 | 157 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.38 |
| HSL | 257.5º | 0.3% | 0.47% | - |
| HSV(B) | 257.5º | 0.46% | 0.62% | - |
| XYZ | 15.28 | 12 | 33.41 | - |
| YUV | 99.49 | 160.46 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 85 | 157 | 0.32 | 0.46 | 0 | 0.38 | 257.5 | 0.3 | 0.47 |
| Hex | 6A | 55 | 9D | 20 | 2E | 0 | 26 | 102 | 1E | 2F |
| Octal | 152 | 125 | 235 | 40 | 56 | 0 | 46 | 402 | 36 | 57 |
| Binary | 1101010 | 1010101 | 10011101 | 100000 | 101110 | 0 | 100110 | 100000010 | 11110 | 101111 |
Color Harmonies of #6A559D
Complementary color
Monochromatic Colors of #6A559D
Black with #6A559D
Text Example
Text Example
White with #6A559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A559D; }
p { color: rgb(106,85,157); }
H1.HeaderClassName
{
color: #6A559D;
}
.AnyTagClassName
{
color: #6A559D;
}
</style>
background-color css
<style>
a { background-color: #6A559D; }
a { background-color: rgb(106,85,157); }
div.DivClassName
{
background-color: #6A559D;
}
.BgClassName
{
background-color: #6A559D;
}
</style>
border-color css
<style>
span { border-color: #6A559D; }
span { border-color: rgb(106,85,157); }
td.TdClassName
{
border-color: #6A559D;
}
.TagClassName
{
border-color: #6A559D;
}
</style>