Shades of Scampi #6F6AAA
Tints of Scampi #6F6AAA
RGB
CMYK
RGB Variations
Color information
#6F6AAA (or 0x6F6AAA) is known color: Scampi. HEX triplet: 6F, 6A and AA. RGB value is (111,106,170). Sum of RGB (Red+Green+Blue) = 111+106+170=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F6AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6AAA is #909555. Grayscale: #727272. Windows color (decimal): -9475414 or 11168367. OLE color: 11168367.
HSL color Cylindrical-coordinate representation of color #6F6AAA: hue angle of 244.69º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F6AAA is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 106 | 170 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.33 |
| HSL | 244.69º | 0.27% | 0.54% | - |
| HSV(B) | 244.69º | 0.38% | 0.67% | - |
| XYZ | 18.97 | 16.59 | 40.23 | - |
| YUV | 114.79 | 159.16 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 106 | 170 | 0.35 | 0.38 | 0 | 0.33 | 244.69 | 0.27 | 0.54 |
| Hex | 6F | 6A | AA | 23 | 26 | 0 | 21 | F5 | 1B | 36 |
| Octal | 157 | 152 | 252 | 43 | 46 | 0 | 41 | 365 | 33 | 66 |
| Binary | 1101111 | 1101010 | 10101010 | 100011 | 100110 | 0 | 100001 | 11110101 | 11011 | 110110 |
Color Harmonies of #6F6AAA
Complementary color
Monochromatic Colors of #6F6AAA
Black with #6F6AAA
Text Example
Text Example
White with #6F6AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6AAA; }
p { color: rgb(111,106,170); }
H1.HeaderClassName
{
color: #6F6AAA;
}
.AnyTagClassName
{
color: #6F6AAA;
}
</style>
background-color css
<style>
a { background-color: #6F6AAA; }
a { background-color: rgb(111,106,170); }
div.DivClassName
{
background-color: #6F6AAA;
}
.BgClassName
{
background-color: #6F6AAA;
}
</style>
border-color css
<style>
span { border-color: #6F6AAA; }
span { border-color: rgb(111,106,170); }
td.TdClassName
{
border-color: #6F6AAA;
}
.TagClassName
{
border-color: #6F6AAA;
}
</style>