Shades of Scampi #6A599A
Tints of Scampi #6A599A
RGB
CMYK
RGB Variations
Color information
#6A599A (or 0x6A599A) is known color: Scampi. HEX triplet: 6A, 59 and 9A. RGB value is (106,89,154). Sum of RGB (Red+Green+Blue) = 106+89+154=349 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.37% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 154 - color contains mainly: blue. Hex color #6A599A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A599A is #95A665. Grayscale: #656565. Windows color (decimal): -9807462 or 10115434. OLE color: 10115434.
HSL color Cylindrical-coordinate representation of color #6A599A: hue angle of 255.69º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6A599A is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 106 | 89 | 154 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.40 |
| HSL | 255.69º | 0.27% | 0.48% | - |
| HSV(B) | 255.69º | 0.42% | 0.6% | - |
| XYZ | 15.35 | 12.54 | 32.18 | - |
| YUV | 101.49 | 157.63 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 89 | 154 | 0.31 | 0.42 | 0 | 0.40 | 255.69 | 0.27 | 0.48 |
| Hex | 6A | 59 | 9A | 1F | 2A | 0 | 28 | 100 | 1B | 30 |
| Octal | 152 | 131 | 232 | 37 | 52 | 0 | 50 | 400 | 33 | 60 |
| Binary | 1101010 | 1011001 | 10011010 | 11111 | 101010 | 0 | 101000 | 100000000 | 11011 | 110000 |
Color Harmonies of #6A599A
Complementary color
Monochromatic Colors of #6A599A
Black with #6A599A
Text Example
Text Example
White with #6A599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A599A; }
p { color: rgb(106,89,154); }
H1.HeaderClassName
{
color: #6A599A;
}
.AnyTagClassName
{
color: #6A599A;
}
</style>
background-color css
<style>
a { background-color: #6A599A; }
a { background-color: rgb(106,89,154); }
div.DivClassName
{
background-color: #6A599A;
}
.BgClassName
{
background-color: #6A599A;
}
</style>
border-color css
<style>
span { border-color: #6A599A; }
span { border-color: rgb(106,89,154); }
td.TdClassName
{
border-color: #6A599A;
}
.TagClassName
{
border-color: #6A599A;
}
</style>