Shades of Scarpa Flow #686172
Tints of Scarpa Flow #686172
RGB
CMYK
RGB Variations
Color information
#686172 (or 0x686172) is known color: Scarpa Flow. HEX triplet: 68, 61 and 72. RGB value is (104,97,114). Sum of RGB (Red+Green+Blue) = 104+97+114=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 114 - color contains mainly: blue. Hex color #686172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686172 is #979E8D. Grayscale: #646464. Windows color (decimal): -9936526 or 7496040. OLE color: 7496040.
HSL color Cylindrical-coordinate representation of color #686172: hue angle of 264.71º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #686172 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 97 | 114 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.55 |
| HSL | 264.71º | 0.08% | 0.41% | - |
| HSV(B) | 264.71º | 0.15% | 0.45% | - |
| XYZ | 13.02 | 12.71 | 17.69 | - |
| YUV | 101.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 97 | 114 | 0.09 | 0.15 | 0 | 0.55 | 264.71 | 0.08 | 0.41 |
| Hex | 68 | 61 | 72 | 9 | F | 0 | 37 | 109 | 8 | 29 |
| Octal | 150 | 141 | 162 | 11 | 17 | 0 | 67 | 411 | 10 | 51 |
| Binary | 1101000 | 1100001 | 1110010 | 1001 | 1111 | 0 | 110111 | 100001001 | 1000 | 101001 |
Color Harmonies of #686172
Complementary color
Monochromatic Colors of #686172
Black with #686172
Text Example
Text Example
White with #686172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686172; }
p { color: rgb(104,97,114); }
H1.HeaderClassName
{
color: #686172;
}
.AnyTagClassName
{
color: #686172;
}
</style>
background-color css
<style>
a { background-color: #686172; }
a { background-color: rgb(104,97,114); }
div.DivClassName
{
background-color: #686172;
}
.BgClassName
{
background-color: #686172;
}
</style>
border-color css
<style>
span { border-color: #686172; }
span { border-color: rgb(104,97,114); }
td.TdClassName
{
border-color: #686172;
}
.TagClassName
{
border-color: #686172;
}
</style>