Shades of Scampi #70649D
Tints of Scampi #70649D
RGB
CMYK
RGB Variations
Color information
#70649D (or 0x70649D) is known color: Scampi. HEX triplet: 70, 64 and 9D. RGB value is (112,100,157). Sum of RGB (Red+Green+Blue) = 112+100+157=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #70649D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70649D is #8F9B62. Grayscale: #6D6D6D. Windows color (decimal): -9411427 or 10314864. OLE color: 10314864.
HSL color Cylindrical-coordinate representation of color #70649D: hue angle of 252.63º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70649D is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 100 | 157 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.38 |
| HSL | 252.63º | 0.23% | 0.5% | - |
| HSV(B) | 252.63º | 0.36% | 0.62% | - |
| XYZ | 17.33 | 14.99 | 33.88 | - |
| YUV | 110.09 | 154.48 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 157 | 0.29 | 0.36 | 0 | 0.38 | 252.63 | 0.23 | 0.5 |
| Hex | 70 | 64 | 9D | 1D | 24 | 0 | 26 | FD | 17 | 32 |
| Octal | 160 | 144 | 235 | 35 | 44 | 0 | 46 | 375 | 27 | 62 |
| Binary | 1110000 | 1100100 | 10011101 | 11101 | 100100 | 0 | 100110 | 11111101 | 10111 | 110010 |
Color Harmonies of #70649D
Complementary color
Monochromatic Colors of #70649D
Black with #70649D
Text Example
Text Example
White with #70649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70649D; }
p { color: rgb(112,100,157); }
H1.HeaderClassName
{
color: #70649D;
}
.AnyTagClassName
{
color: #70649D;
}
</style>
background-color css
<style>
a { background-color: #70649D; }
a { background-color: rgb(112,100,157); }
div.DivClassName
{
background-color: #70649D;
}
.BgClassName
{
background-color: #70649D;
}
</style>
border-color css
<style>
span { border-color: #70649D; }
span { border-color: rgb(112,100,157); }
td.TdClassName
{
border-color: #70649D;
}
.TagClassName
{
border-color: #70649D;
}
</style>