Shades of Scarpa Flow #686173
Tints of Scarpa Flow #686173
RGB
CMYK
RGB Variations
Color information
#686173 (or 0x686173) is known color: Scarpa Flow. HEX triplet: 68, 61 and 73. RGB value is (104,97,115). Sum of RGB (Red+Green+Blue) = 104+97+115=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 115 - color contains mainly: blue. Hex color #686173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686173 is #979E8C. Grayscale: #656565. Windows color (decimal): -9936525 or 7561576. OLE color: 7561576.
HSL color Cylindrical-coordinate representation of color #686173: hue angle of 263.33º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #686173 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 97 | 115 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.55 |
| HSL | 263.33º | 0.08% | 0.42% | - |
| HSV(B) | 263.33º | 0.16% | 0.45% | - |
| XYZ | 13.08 | 12.73 | 17.99 | - |
| YUV | 101.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 97 | 115 | 0.10 | 0.16 | 0 | 0.55 | 263.33 | 0.08 | 0.42 |
| Hex | 68 | 61 | 73 | A | 10 | 0 | 37 | 107 | 8 | 2A |
| Octal | 150 | 141 | 163 | 12 | 20 | 0 | 67 | 407 | 10 | 52 |
| Binary | 1101000 | 1100001 | 1110011 | 1010 | 10000 | 0 | 110111 | 100000111 | 1000 | 101010 |
Color Harmonies of #686173
Complementary color
Monochromatic Colors of #686173
Black with #686173
Text Example
Text Example
White with #686173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686173; }
p { color: rgb(104,97,115); }
H1.HeaderClassName
{
color: #686173;
}
.AnyTagClassName
{
color: #686173;
}
</style>
background-color css
<style>
a { background-color: #686173; }
a { background-color: rgb(104,97,115); }
div.DivClassName
{
background-color: #686173;
}
.BgClassName
{
background-color: #686173;
}
</style>
border-color css
<style>
span { border-color: #686173; }
span { border-color: rgb(104,97,115); }
td.TdClassName
{
border-color: #686173;
}
.TagClassName
{
border-color: #686173;
}
</style>