Shades of Scampi #6F7093
Tints of Scampi #6F7093
RGB
CMYK
RGB Variations
Color information
#6F7093 (or 0x6F7093) is known color: Scampi. HEX triplet: 6F, 70 and 93. RGB value is (111,112,147). Sum of RGB (Red+Green+Blue) = 111+112+147=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 147 - color contains mainly: blue. Hex color #6F7093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7093 is #908F6C. Grayscale: #737373. Windows color (decimal): -9473901 or 9662575. OLE color: 9662575.
HSL color Cylindrical-coordinate representation of color #6F7093: hue angle of 238.33º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F7093 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 112 | 147 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.42 |
| HSL | 238.33º | 0.14% | 0.51% | - |
| HSV(B) | 238.33º | 0.24% | 0.58% | - |
| XYZ | 17.62 | 17.07 | 29.97 | - |
| YUV | 115.69 | 145.67 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 147 | 0.24 | 0.24 | 0 | 0.42 | 238.33 | 0.14 | 0.51 |
| Hex | 6F | 70 | 93 | 18 | 18 | 0 | 2A | EE | E | 33 |
| Octal | 157 | 160 | 223 | 30 | 30 | 0 | 52 | 356 | 16 | 63 |
| Binary | 1101111 | 1110000 | 10010011 | 11000 | 11000 | 0 | 101010 | 11101110 | 1110 | 110011 |
Color Harmonies of #6F7093
Complementary color
Monochromatic Colors of #6F7093
Black with #6F7093
Text Example
Text Example
White with #6F7093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7093; }
p { color: rgb(111,112,147); }
H1.HeaderClassName
{
color: #6F7093;
}
.AnyTagClassName
{
color: #6F7093;
}
</style>
background-color css
<style>
a { background-color: #6F7093; }
a { background-color: rgb(111,112,147); }
div.DivClassName
{
background-color: #6F7093;
}
.BgClassName
{
background-color: #6F7093;
}
</style>
border-color css
<style>
span { border-color: #6F7093; }
span { border-color: rgb(111,112,147); }
td.TdClassName
{
border-color: #6F7093;
}
.TagClassName
{
border-color: #6F7093;
}
</style>