Shades of Scarpa Flow #685F6E
Tints of Scarpa Flow #685F6E
RGB
CMYK
RGB Variations
Color information
#685F6E (or 0x685F6E) is known color: Scarpa Flow. HEX triplet: 68, 5F and 6E. RGB value is (104,95,110). Sum of RGB (Red+Green+Blue) = 104+95+110=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 110 - color contains mainly: blue. Hex color #685F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F6E is #97A091. Grayscale: #636363. Windows color (decimal): -9937042 or 7233384. OLE color: 7233384.
HSL color Cylindrical-coordinate representation of color #685F6E: hue angle of 276º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #685F6E is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 95 | 110 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.57 |
| HSL | 276º | 0.07% | 0.4% | - |
| HSV(B) | 276º | 0.14% | 0.43% | - |
| XYZ | 12.62 | 12.25 | 16.45 | - |
| YUV | 99.4 | 133.98 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 95 | 110 | 0.05 | 0.14 | 0 | 0.57 | 276 | 0.07 | 0.4 |
| Hex | 68 | 5F | 6E | 5 | E | 0 | 39 | 114 | 7 | 28 |
| Octal | 150 | 137 | 156 | 5 | 16 | 0 | 71 | 424 | 7 | 50 |
| Binary | 1101000 | 1011111 | 1101110 | 101 | 1110 | 0 | 111001 | 100010100 | 111 | 101000 |
Color Harmonies of #685F6E
Complementary color
Monochromatic Colors of #685F6E
Black with #685F6E
Text Example
Text Example
White with #685F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685F6E; }
p { color: rgb(104,95,110); }
H1.HeaderClassName
{
color: #685F6E;
}
.AnyTagClassName
{
color: #685F6E;
}
</style>
background-color css
<style>
a { background-color: #685F6E; }
a { background-color: rgb(104,95,110); }
div.DivClassName
{
background-color: #685F6E;
}
.BgClassName
{
background-color: #685F6E;
}
</style>
border-color css
<style>
span { border-color: #685F6E; }
span { border-color: rgb(104,95,110); }
td.TdClassName
{
border-color: #685F6E;
}
.TagClassName
{
border-color: #685F6E;
}
</style>