Shades of Scampi #6F6D9B
Tints of Scampi #6F6D9B
RGB
CMYK
RGB Variations
Color information
#6F6D9B (or 0x6F6D9B) is known color: Scampi. HEX triplet: 6F, 6D and 9B. RGB value is (111,109,155). Sum of RGB (Red+Green+Blue) = 111+109+155=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F6D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6D9B is #909264. Grayscale: #727272. Windows color (decimal): -9474661 or 10186095. OLE color: 10186095.
HSL color Cylindrical-coordinate representation of color #6F6D9B: hue angle of 242.61º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F6D9B is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 109 | 155 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.39 |
| HSL | 242.61º | 0.19% | 0.52% | - |
| HSV(B) | 242.61º | 0.3% | 0.61% | - |
| XYZ | 17.94 | 16.68 | 33.28 | - |
| YUV | 114.84 | 150.66 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 109 | 155 | 0.28 | 0.30 | 0 | 0.39 | 242.61 | 0.19 | 0.52 |
| Hex | 6F | 6D | 9B | 1C | 1E | 0 | 27 | F3 | 13 | 34 |
| Octal | 157 | 155 | 233 | 34 | 36 | 0 | 47 | 363 | 23 | 64 |
| Binary | 1101111 | 1101101 | 10011011 | 11100 | 11110 | 0 | 100111 | 11110011 | 10011 | 110100 |
Color Harmonies of #6F6D9B
Complementary color
Monochromatic Colors of #6F6D9B
Black with #6F6D9B
Text Example
Text Example
White with #6F6D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6D9B; }
p { color: rgb(111,109,155); }
H1.HeaderClassName
{
color: #6F6D9B;
}
.AnyTagClassName
{
color: #6F6D9B;
}
</style>
background-color css
<style>
a { background-color: #6F6D9B; }
a { background-color: rgb(111,109,155); }
div.DivClassName
{
background-color: #6F6D9B;
}
.BgClassName
{
background-color: #6F6D9B;
}
</style>
border-color css
<style>
span { border-color: #6F6D9B; }
span { border-color: rgb(111,109,155); }
td.TdClassName
{
border-color: #6F6D9B;
}
.TagClassName
{
border-color: #6F6D9B;
}
</style>