Shades of Scampi #6A6899
Tints of Scampi #6A6899
RGB
CMYK
RGB Variations
Color information
#6A6899 (or 0x6A6899) is known color: Scampi. HEX triplet: 6A, 68 and 99. RGB value is (106,104,153). Sum of RGB (Red+Green+Blue) = 106+104+153=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #6A6899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6899 is #959766. Grayscale: #6D6D6D. Windows color (decimal): -9803623 or 10053738. OLE color: 10053738.
HSL color Cylindrical-coordinate representation of color #6A6899: hue angle of 242.45º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A6899 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 106 | 104 | 153 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.4 |
| HSL | 242.45º | 0.19% | 0.5% | - |
| HSV(B) | 242.45º | 0.32% | 0.6% | - |
| XYZ | 16.64 | 15.26 | 32.21 | - |
| YUV | 110.18 | 152.16 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 104 | 153 | 0.31 | 0.32 | 0 | 0.4 | 242.45 | 0.19 | 0.5 |
| Hex | 6A | 68 | 99 | 1F | 20 | 0 | 28 | F2 | 13 | 32 |
| Octal | 152 | 150 | 231 | 37 | 40 | 0 | 50 | 362 | 23 | 62 |
| Binary | 1101010 | 1101000 | 10011001 | 11111 | 100000 | 0 | 101000 | 11110010 | 10011 | 110010 |
Color Harmonies of #6A6899
Complementary color
Monochromatic Colors of #6A6899
Black with #6A6899
Text Example
Text Example
White with #6A6899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6899; }
p { color: rgb(106,104,153); }
H1.HeaderClassName
{
color: #6A6899;
}
.AnyTagClassName
{
color: #6A6899;
}
</style>
background-color css
<style>
a { background-color: #6A6899; }
a { background-color: rgb(106,104,153); }
div.DivClassName
{
background-color: #6A6899;
}
.BgClassName
{
background-color: #6A6899;
}
</style>
border-color css
<style>
span { border-color: #6A6899; }
span { border-color: rgb(106,104,153); }
td.TdClassName
{
border-color: #6A6899;
}
.TagClassName
{
border-color: #6A6899;
}
</style>