Shades of Scampi #6A689A
Tints of Scampi #6A689A
RGB
CMYK
RGB Variations
Color information
#6A689A (or 0x6A689A) is known color: Scampi. HEX triplet: 6A, 68 and 9A. RGB value is (106,104,154). Sum of RGB (Red+Green+Blue) = 106+104+154=364 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.12% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 154 - color contains mainly: blue. Hex color #6A689A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A689A is #959765. Grayscale: #6E6E6E. Windows color (decimal): -9803622 or 10119274. OLE color: 10119274.
HSL color Cylindrical-coordinate representation of color #6A689A: hue angle of 242.4º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A689A is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 106 | 104 | 154 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.40 |
| HSL | 242.4º | 0.2% | 0.51% | - |
| HSV(B) | 242.4º | 0.32% | 0.6% | - |
| XYZ | 16.73 | 15.3 | 32.64 | - |
| YUV | 110.3 | 152.66 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 104 | 154 | 0.31 | 0.32 | 0 | 0.40 | 242.4 | 0.2 | 0.51 |
| Hex | 6A | 68 | 9A | 1F | 20 | 0 | 28 | F2 | 14 | 33 |
| Octal | 152 | 150 | 232 | 37 | 40 | 0 | 50 | 362 | 24 | 63 |
| Binary | 1101010 | 1101000 | 10011010 | 11111 | 100000 | 0 | 101000 | 11110010 | 10100 | 110011 |
Color Harmonies of #6A689A
Complementary color
Monochromatic Colors of #6A689A
Black with #6A689A
Text Example
Text Example
White with #6A689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A689A; }
p { color: rgb(106,104,154); }
H1.HeaderClassName
{
color: #6A689A;
}
.AnyTagClassName
{
color: #6A689A;
}
</style>
background-color css
<style>
a { background-color: #6A689A; }
a { background-color: rgb(106,104,154); }
div.DivClassName
{
background-color: #6A689A;
}
.BgClassName
{
background-color: #6A689A;
}
</style>
border-color css
<style>
span { border-color: #6A689A; }
span { border-color: rgb(106,104,154); }
td.TdClassName
{
border-color: #6A689A;
}
.TagClassName
{
border-color: #6A689A;
}
</style>