Shades of Scampi #70669D
Tints of Scampi #70669D
RGB
CMYK
RGB Variations
Color information
#70669D (or 0x70669D) is known color: Scampi. HEX triplet: 70, 66 and 9D. RGB value is (112,102,157). Sum of RGB (Red+Green+Blue) = 112+102+157=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #70669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70669D is #8F9962. Grayscale: #6F6F6F. Windows color (decimal): -9410915 or 10315376. OLE color: 10315376.
HSL color Cylindrical-coordinate representation of color #70669D: hue angle of 250.91º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70669D is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 102 | 157 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.38 |
| HSL | 250.91º | 0.22% | 0.51% | - |
| HSV(B) | 250.91º | 0.35% | 0.62% | - |
| XYZ | 17.52 | 15.38 | 33.94 | - |
| YUV | 111.26 | 153.81 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 157 | 0.29 | 0.35 | 0 | 0.38 | 250.91 | 0.22 | 0.51 |
| Hex | 70 | 66 | 9D | 1D | 23 | 0 | 26 | FB | 16 | 33 |
| Octal | 160 | 146 | 235 | 35 | 43 | 0 | 46 | 373 | 26 | 63 |
| Binary | 1110000 | 1100110 | 10011101 | 11101 | 100011 | 0 | 100110 | 11111011 | 10110 | 110011 |
Color Harmonies of #70669D
Complementary color
Monochromatic Colors of #70669D
Black with #70669D
Text Example
Text Example
White with #70669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70669D; }
p { color: rgb(112,102,157); }
H1.HeaderClassName
{
color: #70669D;
}
.AnyTagClassName
{
color: #70669D;
}
</style>
background-color css
<style>
a { background-color: #70669D; }
a { background-color: rgb(112,102,157); }
div.DivClassName
{
background-color: #70669D;
}
.BgClassName
{
background-color: #70669D;
}
</style>
border-color css
<style>
span { border-color: #70669D; }
span { border-color: rgb(112,102,157); }
td.TdClassName
{
border-color: #70669D;
}
.TagClassName
{
border-color: #70669D;
}
</style>