Shades of Scampi #6A699A
Tints of Scampi #6A699A
RGB
CMYK
RGB Variations
Color information
#6A699A (or 0x6A699A) is known color: Scampi. HEX triplet: 6A, 69 and 9A. RGB value is (106,105,154). Sum of RGB (Red+Green+Blue) = 106+105+154=365 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.04% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #6A699A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A699A is #959665. Grayscale: #6E6E6E. Windows color (decimal): -9803366 or 10119530. OLE color: 10119530.
HSL color Cylindrical-coordinate representation of color #6A699A: hue angle of 241.22º 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 #6A699A is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 106 | 105 | 154 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.40 |
| HSL | 241.22º | 0.2% | 0.51% | - |
| HSV(B) | 241.22º | 0.32% | 0.6% | - |
| XYZ | 16.83 | 15.5 | 32.68 | - |
| YUV | 110.89 | 152.33 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 105 | 154 | 0.31 | 0.32 | 0 | 0.40 | 241.22 | 0.2 | 0.51 |
| Hex | 6A | 69 | 9A | 1F | 20 | 0 | 28 | F1 | 14 | 33 |
| Octal | 152 | 151 | 232 | 37 | 40 | 0 | 50 | 361 | 24 | 63 |
| Binary | 1101010 | 1101001 | 10011010 | 11111 | 100000 | 0 | 101000 | 11110001 | 10100 | 110011 |
Color Harmonies of #6A699A
Complementary color
Monochromatic Colors of #6A699A
Black with #6A699A
Text Example
Text Example
White with #6A699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A699A; }
p { color: rgb(106,105,154); }
H1.HeaderClassName
{
color: #6A699A;
}
.AnyTagClassName
{
color: #6A699A;
}
</style>
background-color css
<style>
a { background-color: #6A699A; }
a { background-color: rgb(106,105,154); }
div.DivClassName
{
background-color: #6A699A;
}
.BgClassName
{
background-color: #6A699A;
}
</style>
border-color css
<style>
span { border-color: #6A699A; }
span { border-color: rgb(106,105,154); }
td.TdClassName
{
border-color: #6A699A;
}
.TagClassName
{
border-color: #6A699A;
}
</style>