Shades of Scampi #70639C
Tints of Scampi #70639C
RGB
CMYK
RGB Variations
Color information
#70639C (or 0x70639C) is known color: Scampi. HEX triplet: 70, 63 and 9C. RGB value is (112,99,156). Sum of RGB (Red+Green+Blue) = 112+99+156=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 156 - color contains mainly: blue. Hex color #70639C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70639C is #8F9C63. Grayscale: #6D6D6D. Windows color (decimal): -9411684 or 10249072. OLE color: 10249072.
HSL color Cylindrical-coordinate representation of color #70639C: hue angle of 253.68º degrees, saturation: 0.22, 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 #70639C is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 99 | 156 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.39 |
| HSL | 253.68º | 0.22% | 0.5% | - |
| HSV(B) | 253.68º | 0.37% | 0.61% | - |
| XYZ | 17.14 | 14.77 | 33.4 | - |
| YUV | 109.39 | 154.31 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 99 | 156 | 0.28 | 0.37 | 0 | 0.39 | 253.68 | 0.22 | 0.5 |
| Hex | 70 | 63 | 9C | 1C | 25 | 0 | 27 | FE | 16 | 32 |
| Octal | 160 | 143 | 234 | 34 | 45 | 0 | 47 | 376 | 26 | 62 |
| Binary | 1110000 | 1100011 | 10011100 | 11100 | 100101 | 0 | 100111 | 11111110 | 10110 | 110010 |
Color Harmonies of #70639C
Complementary color
Monochromatic Colors of #70639C
Black with #70639C
Text Example
Text Example
White with #70639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70639C; }
p { color: rgb(112,99,156); }
H1.HeaderClassName
{
color: #70639C;
}
.AnyTagClassName
{
color: #70639C;
}
</style>
background-color css
<style>
a { background-color: #70639C; }
a { background-color: rgb(112,99,156); }
div.DivClassName
{
background-color: #70639C;
}
.BgClassName
{
background-color: #70639C;
}
</style>
border-color css
<style>
span { border-color: #70639C; }
span { border-color: rgb(112,99,156); }
td.TdClassName
{
border-color: #70639C;
}
.TagClassName
{
border-color: #70639C;
}
</style>