Shades of Scampi #6F6895
Tints of Scampi #6F6895
RGB
CMYK
RGB Variations
Color information
#6F6895 (or 0x6F6895) is known color: Scampi. HEX triplet: 6F, 68 and 95. RGB value is (111,104,149). Sum of RGB (Red+Green+Blue) = 111+104+149=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 149 - color contains mainly: blue. Hex color #6F6895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6895 is #90976A. Grayscale: #6F6F6F. Windows color (decimal): -9475947 or 9791599. OLE color: 9791599.
HSL color Cylindrical-coordinate representation of color #6F6895: hue angle of 249.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F6895 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 104 | 149 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.42 |
| HSL | 249.33º | 0.18% | 0.5% | - |
| HSV(B) | 249.33º | 0.3% | 0.58% | - |
| XYZ | 16.93 | 15.45 | 30.52 | - |
| YUV | 111.22 | 149.32 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 149 | 0.26 | 0.30 | 0 | 0.42 | 249.33 | 0.18 | 0.5 |
| Hex | 6F | 68 | 95 | 1A | 1E | 0 | 2A | F9 | 12 | 32 |
| Octal | 157 | 150 | 225 | 32 | 36 | 0 | 52 | 371 | 22 | 62 |
| Binary | 1101111 | 1101000 | 10010101 | 11010 | 11110 | 0 | 101010 | 11111001 | 10010 | 110010 |
Color Harmonies of #6F6895
Complementary color
Monochromatic Colors of #6F6895
Black with #6F6895
Text Example
Text Example
White with #6F6895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6895; }
p { color: rgb(111,104,149); }
H1.HeaderClassName
{
color: #6F6895;
}
.AnyTagClassName
{
color: #6F6895;
}
</style>
background-color css
<style>
a { background-color: #6F6895; }
a { background-color: rgb(111,104,149); }
div.DivClassName
{
background-color: #6F6895;
}
.BgClassName
{
background-color: #6F6895;
}
</style>
border-color css
<style>
span { border-color: #6F6895; }
span { border-color: rgb(111,104,149); }
td.TdClassName
{
border-color: #6F6895;
}
.TagClassName
{
border-color: #6F6895;
}
</style>