Shades of Scampi #70629B
Tints of Scampi #70629B
RGB
CMYK
RGB Variations
Color information
#70629B (or 0x70629B) is known color: Scampi. HEX triplet: 70, 62 and 9B. RGB value is (112,98,155). Sum of RGB (Red+Green+Blue) = 112+98+155=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #70629B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70629B is #8F9D64. Grayscale: #6C6C6C. Windows color (decimal): -9411941 or 10183280. OLE color: 10183280.
HSL color Cylindrical-coordinate representation of color #70629B: hue angle of 254.74º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70629B is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 98 | 155 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.39 |
| HSL | 254.74º | 0.23% | 0.5% | - |
| HSV(B) | 254.74º | 0.37% | 0.61% | - |
| XYZ | 16.97 | 14.55 | 32.92 | - |
| YUV | 108.68 | 154.14 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 155 | 0.28 | 0.37 | 0 | 0.39 | 254.74 | 0.23 | 0.5 |
| Hex | 70 | 62 | 9B | 1C | 25 | 0 | 27 | FF | 17 | 32 |
| Octal | 160 | 142 | 233 | 34 | 45 | 0 | 47 | 377 | 27 | 62 |
| Binary | 1110000 | 1100010 | 10011011 | 11100 | 100101 | 0 | 100111 | 11111111 | 10111 | 110010 |
Color Harmonies of #70629B
Complementary color
Monochromatic Colors of #70629B
Black with #70629B
Text Example
Text Example
White with #70629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70629B; }
p { color: rgb(112,98,155); }
H1.HeaderClassName
{
color: #70629B;
}
.AnyTagClassName
{
color: #70629B;
}
</style>
background-color css
<style>
a { background-color: #70629B; }
a { background-color: rgb(112,98,155); }
div.DivClassName
{
background-color: #70629B;
}
.BgClassName
{
background-color: #70629B;
}
</style>
border-color css
<style>
span { border-color: #70629B; }
span { border-color: rgb(112,98,155); }
td.TdClassName
{
border-color: #70629B;
}
.TagClassName
{
border-color: #70629B;
}
</style>