Shades of Scampi #6F709D
Tints of Scampi #6F709D
RGB
CMYK
RGB Variations
Color information
#6F709D (or 0x6F709D) is known color: Scampi. HEX triplet: 6F, 70 and 9D. RGB value is (111,112,157). Sum of RGB (Red+Green+Blue) = 111+112+157=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F709D is #908F62. Grayscale: #747474. Windows color (decimal): -9473891 or 10317935. OLE color: 10317935.
HSL color Cylindrical-coordinate representation of color #6F709D: hue angle of 238.7º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F709D is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 112 | 157 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.38 |
| HSL | 238.7º | 0.19% | 0.53% | - |
| HSV(B) | 238.7º | 0.29% | 0.62% | - |
| XYZ | 18.44 | 17.4 | 34.29 | - |
| YUV | 116.83 | 150.67 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 157 | 0.29 | 0.29 | 0 | 0.38 | 238.7 | 0.19 | 0.53 |
| Hex | 6F | 70 | 9D | 1D | 1D | 0 | 26 | EF | 13 | 35 |
| Octal | 157 | 160 | 235 | 35 | 35 | 0 | 46 | 357 | 23 | 65 |
| Binary | 1101111 | 1110000 | 10011101 | 11101 | 11101 | 0 | 100110 | 11101111 | 10011 | 110101 |
Color Harmonies of #6F709D
Complementary color
Monochromatic Colors of #6F709D
Black with #6F709D
Text Example
Text Example
White with #6F709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F709D; }
p { color: rgb(111,112,157); }
H1.HeaderClassName
{
color: #6F709D;
}
.AnyTagClassName
{
color: #6F709D;
}
</style>
background-color css
<style>
a { background-color: #6F709D; }
a { background-color: rgb(111,112,157); }
div.DivClassName
{
background-color: #6F709D;
}
.BgClassName
{
background-color: #6F709D;
}
</style>
border-color css
<style>
span { border-color: #6F709D; }
span { border-color: rgb(111,112,157); }
td.TdClassName
{
border-color: #6F709D;
}
.TagClassName
{
border-color: #6F709D;
}
</style>