Shades of Scarpa Flow #685E72
Tints of Scarpa Flow #685E72
RGB
CMYK
RGB Variations
Color information
#685E72 (or 0x685E72) is known color: Scarpa Flow. HEX triplet: 68, 5E and 72. RGB value is (104,94,114). Sum of RGB (Red+Green+Blue) = 104+94+114=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 114 - color contains mainly: blue. Hex color #685E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E72 is #97A18D. Grayscale: #636363. Windows color (decimal): -9937294 or 7495272. OLE color: 7495272.
HSL color Cylindrical-coordinate representation of color #685E72: hue angle of 270º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #685E72 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
RGB | 104 | 94 | 114 | - |
CMYK | 0.09 | 0.18 | 0 | 0.55 |
HSL | 270º | 0.1% | 0.41% | - |
HSV(B) | 270º | 0.18% | 0.45% | - |
XYZ | 12.75 | 12.16 | 17.6 | - |
YUV | 99.27 | 136.31 | 131.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 104 | 94 | 114 | 0.09 | 0.18 | 0 | 0.55 | 270 | 0.1 | 0.41 |
Hex | 68 | 5E | 72 | 9 | 12 | 0 | 37 | 10E | A | 29 |
Octal | 150 | 136 | 162 | 11 | 22 | 0 | 67 | 416 | 12 | 51 |
Binary | 1101000 | 1011110 | 1110010 | 1001 | 10010 | 0 | 110111 | 100001110 | 1010 | 101001 |
Color Harmonies of #685E72
Complementary color
Monochromatic Colors of #685E72
Black with #685E72
Text Example
Text Example
White with #685E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685E72; }
p { color: rgb(104,94,114); }
H1.HeaderClassName
{
color: #685E72;
}
.AnyTagClassName
{
color: #685E72;
}
</style>
background-color css
<style>
a { background-color: #685E72; }
a { background-color: rgb(104,94,114); }
div.DivClassName
{
background-color: #685E72;
}
.BgClassName
{
background-color: #685E72;
}
</style>
border-color css
<style>
span { border-color: #685E72; }
span { border-color: rgb(104,94,114); }
td.TdClassName
{
border-color: #685E72;
}
.TagClassName
{
border-color: #685E72;
}
</style>