Shades of Scampi #70659C
Tints of Scampi #70659C
RGB
CMYK
RGB Variations
Color information
#70659C (or 0x70659C) is known color: Scampi. HEX triplet: 70, 65 and 9C. RGB value is (112,101,156). Sum of RGB (Red+Green+Blue) = 112+101+156=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #70659C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70659C is #8F9A63. Grayscale: #6E6E6E. Windows color (decimal): -9411172 or 10249584. OLE color: 10249584.
HSL color Cylindrical-coordinate representation of color #70659C: hue angle of 252º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70659C is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 101 | 156 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.39 |
| HSL | 252º | 0.22% | 0.5% | - |
| HSV(B) | 252º | 0.35% | 0.61% | - |
| XYZ | 17.34 | 15.15 | 33.46 | - |
| YUV | 110.56 | 153.64 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 156 | 0.28 | 0.35 | 0 | 0.39 | 252 | 0.22 | 0.5 |
| Hex | 70 | 65 | 9C | 1C | 23 | 0 | 27 | FC | 16 | 32 |
| Octal | 160 | 145 | 234 | 34 | 43 | 0 | 47 | 374 | 26 | 62 |
| Binary | 1110000 | 1100101 | 10011100 | 11100 | 100011 | 0 | 100111 | 11111100 | 10110 | 110010 |
Color Harmonies of #70659C
Complementary color
Monochromatic Colors of #70659C
Black with #70659C
Text Example
Text Example
White with #70659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70659C; }
p { color: rgb(112,101,156); }
H1.HeaderClassName
{
color: #70659C;
}
.AnyTagClassName
{
color: #70659C;
}
</style>
background-color css
<style>
a { background-color: #70659C; }
a { background-color: rgb(112,101,156); }
div.DivClassName
{
background-color: #70659C;
}
.BgClassName
{
background-color: #70659C;
}
</style>
border-color css
<style>
span { border-color: #70659C; }
span { border-color: rgb(112,101,156); }
td.TdClassName
{
border-color: #70659C;
}
.TagClassName
{
border-color: #70659C;
}
</style>