Shades of Scampi #6F6DA3
Tints of Scampi #6F6DA3
RGB
CMYK
RGB Variations
Color information
#6F6DA3 (or 0x6F6DA3) is known color: Scampi. HEX triplet: 6F, 6D and A3. RGB value is (111,109,163). Sum of RGB (Red+Green+Blue) = 111+109+163=383 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.98% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 163 (64.06% from 255 or 42.56% from 383); Max value from RGB is 163 - color contains mainly: blue. Hex color #6F6DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6DA3 is #90925C. Grayscale: #737373. Windows color (decimal): -9474653 or 10710383. OLE color: 10710383.
HSL color Cylindrical-coordinate representation of color #6F6DA3: hue angle of 242.22º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F6DA3 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 109 | 163 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.36 |
| HSL | 242.22º | 0.23% | 0.53% | - |
| HSV(B) | 242.22º | 0.33% | 0.64% | - |
| XYZ | 18.64 | 16.96 | 36.94 | - |
| YUV | 115.75 | 154.66 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 109 | 163 | 0.32 | 0.33 | 0 | 0.36 | 242.22 | 0.23 | 0.53 |
| Hex | 6F | 6D | A3 | 20 | 21 | 0 | 24 | F2 | 17 | 35 |
| Octal | 157 | 155 | 243 | 40 | 41 | 0 | 44 | 362 | 27 | 65 |
| Binary | 1101111 | 1101101 | 10100011 | 100000 | 100001 | 0 | 100100 | 11110010 | 10111 | 110101 |
Color Harmonies of #6F6DA3
Complementary color
Monochromatic Colors of #6F6DA3
Black with #6F6DA3
Text Example
Text Example
White with #6F6DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6DA3; }
p { color: rgb(111,109,163); }
H1.HeaderClassName
{
color: #6F6DA3;
}
.AnyTagClassName
{
color: #6F6DA3;
}
</style>
background-color css
<style>
a { background-color: #6F6DA3; }
a { background-color: rgb(111,109,163); }
div.DivClassName
{
background-color: #6F6DA3;
}
.BgClassName
{
background-color: #6F6DA3;
}
</style>
border-color css
<style>
span { border-color: #6F6DA3; }
span { border-color: rgb(111,109,163); }
td.TdClassName
{
border-color: #6F6DA3;
}
.TagClassName
{
border-color: #6F6DA3;
}
</style>