Shades of Scarpa Flow #70697B
Tints of Scarpa Flow #70697B
RGB
CMYK
RGB Variations
Color information
#70697B (or 0x70697B) is known color: Scarpa Flow. HEX triplet: 70, 69 and 7B. RGB value is (112,105,123). Sum of RGB (Red+Green+Blue) = 112+105+123=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 123 - color contains mainly: blue. Hex color #70697B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70697B is #8F9684. Grayscale: #6D6D6D. Windows color (decimal): -9410181 or 8087920. OLE color: 8087920.
HSL color Cylindrical-coordinate representation of color #70697B: hue angle of 263.33º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #70697B is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 105 | 123 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.52 |
| HSL | 263.33º | 0.08% | 0.45% | - |
| HSV(B) | 263.33º | 0.15% | 0.48% | - |
| XYZ | 15.31 | 14.98 | 20.82 | - |
| YUV | 109.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 105 | 123 | 0.09 | 0.15 | 0 | 0.52 | 263.33 | 0.08 | 0.45 |
| Hex | 70 | 69 | 7B | 9 | F | 0 | 34 | 107 | 8 | 2D |
| Octal | 160 | 151 | 173 | 11 | 17 | 0 | 64 | 407 | 10 | 55 |
| Binary | 1110000 | 1101001 | 1111011 | 1001 | 1111 | 0 | 110100 | 100000111 | 1000 | 101101 |
Color Harmonies of #70697B
Complementary color
Monochromatic Colors of #70697B
Black with #70697B
Text Example
Text Example
White with #70697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70697B; }
p { color: rgb(112,105,123); }
H1.HeaderClassName
{
color: #70697B;
}
.AnyTagClassName
{
color: #70697B;
}
</style>
background-color css
<style>
a { background-color: #70697B; }
a { background-color: rgb(112,105,123); }
div.DivClassName
{
background-color: #70697B;
}
.BgClassName
{
background-color: #70697B;
}
</style>
border-color css
<style>
span { border-color: #70697B; }
span { border-color: rgb(112,105,123); }
td.TdClassName
{
border-color: #70697B;
}
.TagClassName
{
border-color: #70697B;
}
</style>