Shades of Scarpa Flow #686070
Tints of Scarpa Flow #686070
RGB
CMYK
RGB Variations
Color information
#686070 (or 0x686070) is known color: Scarpa Flow. HEX triplet: 68, 60 and 70. RGB value is (104,96,112). Sum of RGB (Red+Green+Blue) = 104+96+112=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 112 - color contains mainly: blue. Hex color #686070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686070 is #979F8F. Grayscale: #646464. Windows color (decimal): -9936784 or 7364712. OLE color: 7364712.
HSL color Cylindrical-coordinate representation of color #686070: hue angle of 270º 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 #686070 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 96 | 112 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.56 |
| HSL | 270º | 0.08% | 0.41% | - |
| HSV(B) | 270º | 0.14% | 0.44% | - |
| XYZ | 12.82 | 12.48 | 17.06 | - |
| YUV | 100.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 112 | 0.07 | 0.14 | 0 | 0.56 | 270 | 0.08 | 0.41 |
| Hex | 68 | 60 | 70 | 7 | E | 0 | 38 | 10E | 8 | 29 |
| Octal | 150 | 140 | 160 | 7 | 16 | 0 | 70 | 416 | 10 | 51 |
| Binary | 1101000 | 1100000 | 1110000 | 111 | 1110 | 0 | 111000 | 100001110 | 1000 | 101001 |
Color Harmonies of #686070
Complementary color
Monochromatic Colors of #686070
Black with #686070
Text Example
Text Example
White with #686070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686070; }
p { color: rgb(104,96,112); }
H1.HeaderClassName
{
color: #686070;
}
.AnyTagClassName
{
color: #686070;
}
</style>
background-color css
<style>
a { background-color: #686070; }
a { background-color: rgb(104,96,112); }
div.DivClassName
{
background-color: #686070;
}
.BgClassName
{
background-color: #686070;
}
</style>
border-color css
<style>
span { border-color: #686070; }
span { border-color: rgb(104,96,112); }
td.TdClassName
{
border-color: #686070;
}
.TagClassName
{
border-color: #686070;
}
</style>