Shades of Scarpa Flow #696070
Tints of Scarpa Flow #696070
RGB
CMYK
RGB Variations
Color information
#696070 (or 0x696070) is known color: Scarpa Flow. HEX triplet: 69, 60 and 70. RGB value is (105,96,112). Sum of RGB (Red+Green+Blue) = 105+96+112=313 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.55% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 112 - color contains mainly: blue. Hex color #696070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696070 is #969F8F. Grayscale: #646464. Windows color (decimal): -9871248 or 7364713. OLE color: 7364713.
HSL color Cylindrical-coordinate representation of color #696070: hue angle of 273.75º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #696070 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 96 | 112 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.56 |
| HSL | 273.75º | 0.08% | 0.41% | - |
| HSV(B) | 273.75º | 0.14% | 0.44% | - |
| XYZ | 12.93 | 12.54 | 17.07 | - |
| YUV | 100.52 | 134.48 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 96 | 112 | 0.06 | 0.14 | 0 | 0.56 | 273.75 | 0.08 | 0.41 |
| Hex | 69 | 60 | 70 | 6 | E | 0 | 38 | 112 | 8 | 29 |
| Octal | 151 | 140 | 160 | 6 | 16 | 0 | 70 | 422 | 10 | 51 |
| Binary | 1101001 | 1100000 | 1110000 | 110 | 1110 | 0 | 111000 | 100010010 | 1000 | 101001 |
Color Harmonies of #696070
Complementary color
Monochromatic Colors of #696070
Black with #696070
Text Example
Text Example
White with #696070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696070; }
p { color: rgb(105,96,112); }
H1.HeaderClassName
{
color: #696070;
}
.AnyTagClassName
{
color: #696070;
}
</style>
background-color css
<style>
a { background-color: #696070; }
a { background-color: rgb(105,96,112); }
div.DivClassName
{
background-color: #696070;
}
.BgClassName
{
background-color: #696070;
}
</style>
border-color css
<style>
span { border-color: #696070; }
span { border-color: rgb(105,96,112); }
td.TdClassName
{
border-color: #696070;
}
.TagClassName
{
border-color: #696070;
}
</style>