Shades of Scampi #6A6199
Tints of Scampi #6A6199
RGB
CMYK
RGB Variations
Color information
#6A6199 (or 0x6A6199) is known color: Scampi. HEX triplet: 6A, 61 and 99. RGB value is (106,97,153). Sum of RGB (Red+Green+Blue) = 106+97+153=356 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.78% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #6A6199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6199 is #959E66. Grayscale: #696969. Windows color (decimal): -9805415 or 10051946. OLE color: 10051946.
HSL color Cylindrical-coordinate representation of color #6A6199: hue angle of 249.64º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6A6199 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 106 | 97 | 153 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.4 |
| HSL | 249.64º | 0.22% | 0.49% | - |
| HSV(B) | 249.64º | 0.37% | 0.6% | - |
| XYZ | 15.97 | 13.91 | 31.98 | - |
| YUV | 106.08 | 154.48 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 97 | 153 | 0.31 | 0.37 | 0 | 0.4 | 249.64 | 0.22 | 0.49 |
| Hex | 6A | 61 | 99 | 1F | 25 | 0 | 28 | FA | 16 | 31 |
| Octal | 152 | 141 | 231 | 37 | 45 | 0 | 50 | 372 | 26 | 61 |
| Binary | 1101010 | 1100001 | 10011001 | 11111 | 100101 | 0 | 101000 | 11111010 | 10110 | 110001 |
Color Harmonies of #6A6199
Complementary color
Monochromatic Colors of #6A6199
Black with #6A6199
Text Example
Text Example
White with #6A6199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6199; }
p { color: rgb(106,97,153); }
H1.HeaderClassName
{
color: #6A6199;
}
.AnyTagClassName
{
color: #6A6199;
}
</style>
background-color css
<style>
a { background-color: #6A6199; }
a { background-color: rgb(106,97,153); }
div.DivClassName
{
background-color: #6A6199;
}
.BgClassName
{
background-color: #6A6199;
}
</style>
border-color css
<style>
span { border-color: #6A6199; }
span { border-color: rgb(106,97,153); }
td.TdClassName
{
border-color: #6A6199;
}
.TagClassName
{
border-color: #6A6199;
}
</style>