Shades of Scampi #706F9B
Tints of Scampi #706F9B
RGB
CMYK
RGB Variations
Color information
#706F9B (or 0x706F9B) is known color: Scampi. HEX triplet: 70, 6F and 9B. RGB value is (112,111,155). Sum of RGB (Red+Green+Blue) = 112+111+155=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #706F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706F9B is #8F9064. Grayscale: #747474. Windows color (decimal): -9408613 or 10186608. OLE color: 10186608.
HSL color Cylindrical-coordinate representation of color #706F9B: hue angle of 241.36º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #706F9B is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 111 | 155 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.39 |
| HSL | 241.36º | 0.18% | 0.52% | - |
| HSV(B) | 241.36º | 0.28% | 0.61% | - |
| XYZ | 18.28 | 17.18 | 33.36 | - |
| YUV | 116.32 | 149.83 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 155 | 0.28 | 0.28 | 0 | 0.39 | 241.36 | 0.18 | 0.52 |
| Hex | 70 | 6F | 9B | 1C | 1C | 0 | 27 | F1 | 12 | 34 |
| Octal | 160 | 157 | 233 | 34 | 34 | 0 | 47 | 361 | 22 | 64 |
| Binary | 1110000 | 1101111 | 10011011 | 11100 | 11100 | 0 | 100111 | 11110001 | 10010 | 110100 |
Color Harmonies of #706F9B
Complementary color
Monochromatic Colors of #706F9B
Black with #706F9B
Text Example
Text Example
White with #706F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706F9B; }
p { color: rgb(112,111,155); }
H1.HeaderClassName
{
color: #706F9B;
}
.AnyTagClassName
{
color: #706F9B;
}
</style>
background-color css
<style>
a { background-color: #706F9B; }
a { background-color: rgb(112,111,155); }
div.DivClassName
{
background-color: #706F9B;
}
.BgClassName
{
background-color: #706F9B;
}
</style>
border-color css
<style>
span { border-color: #706F9B; }
span { border-color: rgb(112,111,155); }
td.TdClassName
{
border-color: #706F9B;
}
.TagClassName
{
border-color: #706F9B;
}
</style>