Shades of Scampi #6F6F9F
Tints of Scampi #6F6F9F
RGB
CMYK
RGB Variations
Color information
#6F6F9F (or 0x6F6F9F) is known color: Scampi. HEX triplet: 6F, 6F and 9F. RGB value is (111,111,159). Sum of RGB (Red+Green+Blue) = 111+111+159=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F6F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6F9F is #909060. Grayscale: #747474. Windows color (decimal): -9474145 or 10448751. OLE color: 10448751.
HSL color Cylindrical-coordinate representation of color #6F6F9F: hue angle of 240º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F6F9F is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 111 | 159 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.38 |
| HSL | 240º | 0.2% | 0.53% | - |
| HSV(B) | 240º | 0.3% | 0.62% | - |
| XYZ | 18.5 | 17.25 | 35.16 | - |
| YUV | 116.47 | 152 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 111 | 159 | 0.30 | 0.30 | 0 | 0.38 | 240 | 0.2 | 0.53 |
| Hex | 6F | 6F | 9F | 1E | 1E | 0 | 26 | F0 | 14 | 35 |
| Octal | 157 | 157 | 237 | 36 | 36 | 0 | 46 | 360 | 24 | 65 |
| Binary | 1101111 | 1101111 | 10011111 | 11110 | 11110 | 0 | 100110 | 11110000 | 10100 | 110101 |
Color Harmonies of #6F6F9F
Complementary color
Monochromatic Colors of #6F6F9F
Black with #6F6F9F
Text Example
Text Example
White with #6F6F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6F9F; }
p { color: rgb(111,111,159); }
H1.HeaderClassName
{
color: #6F6F9F;
}
.AnyTagClassName
{
color: #6F6F9F;
}
</style>
background-color css
<style>
a { background-color: #6F6F9F; }
a { background-color: rgb(111,111,159); }
div.DivClassName
{
background-color: #6F6F9F;
}
.BgClassName
{
background-color: #6F6F9F;
}
</style>
border-color css
<style>
span { border-color: #6F6F9F; }
span { border-color: rgb(111,111,159); }
td.TdClassName
{
border-color: #6F6F9F;
}
.TagClassName
{
border-color: #6F6F9F;
}
</style>