Shades of Scampi #70669A
Tints of Scampi #70669A
RGB
CMYK
RGB Variations
Color information
#70669A (or 0x70669A) is known color: Scampi. HEX triplet: 70, 66 and 9A. RGB value is (112,102,154). Sum of RGB (Red+Green+Blue) = 112+102+154=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 154 - color contains mainly: blue. Hex color #70669A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70669A is #8F9965. Grayscale: #6E6E6E. Windows color (decimal): -9410918 or 10118768. OLE color: 10118768.
HSL color Cylindrical-coordinate representation of color #70669A: hue angle of 251.54º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70669A is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 102 | 154 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.40 |
| HSL | 251.54º | 0.2% | 0.5% | - |
| HSV(B) | 251.54º | 0.34% | 0.6% | - |
| XYZ | 17.27 | 15.28 | 32.61 | - |
| YUV | 110.92 | 152.31 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 154 | 0.27 | 0.34 | 0 | 0.40 | 251.54 | 0.2 | 0.5 |
| Hex | 70 | 66 | 9A | 1B | 22 | 0 | 28 | FC | 14 | 32 |
| Octal | 160 | 146 | 232 | 33 | 42 | 0 | 50 | 374 | 24 | 62 |
| Binary | 1110000 | 1100110 | 10011010 | 11011 | 100010 | 0 | 101000 | 11111100 | 10100 | 110010 |
Color Harmonies of #70669A
Complementary color
Monochromatic Colors of #70669A
Black with #70669A
Text Example
Text Example
White with #70669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70669A; }
p { color: rgb(112,102,154); }
H1.HeaderClassName
{
color: #70669A;
}
.AnyTagClassName
{
color: #70669A;
}
</style>
background-color css
<style>
a { background-color: #70669A; }
a { background-color: rgb(112,102,154); }
div.DivClassName
{
background-color: #70669A;
}
.BgClassName
{
background-color: #70669A;
}
</style>
border-color css
<style>
span { border-color: #70669A; }
span { border-color: rgb(112,102,154); }
td.TdClassName
{
border-color: #70669A;
}
.TagClassName
{
border-color: #70669A;
}
</style>