Shades of Scarpa Flow #686769
Tints of Scarpa Flow #686769
RGB
CMYK
RGB Variations
Color information
#686769 (or 0x686769) is known color: Scarpa Flow. HEX triplet: 68, 67 and 69. RGB value is (104,103,105). Sum of RGB (Red+Green+Blue) = 104+103+105=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 105 - color contains mainly: blue. Hex color #686769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686769 is #979896. Grayscale: #676767. Windows color (decimal): -9934999 or 6907752. OLE color: 6907752.
HSL color Cylindrical-coordinate representation of color #686769: hue angle of 270º degrees, saturation: 0.01, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #686769 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 103 | 105 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.59 |
| HSL | 270º | 0.01% | 0.41% | - |
| HSV(B) | 270º | 0.02% | 0.41% | - |
| XYZ | 13.11 | 13.66 | 15.31 | - |
| YUV | 103.53 | 128.83 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 103 | 105 | 0.01 | 0.02 | 0 | 0.59 | 270 | 0.01 | 0.41 |
| Hex | 68 | 67 | 69 | 1 | 2 | 0 | 3B | 10E | 1 | 29 |
| Octal | 150 | 147 | 151 | 1 | 2 | 0 | 73 | 416 | 1 | 51 |
| Binary | 1101000 | 1100111 | 1101001 | 1 | 10 | 0 | 111011 | 100001110 | 1 | 101001 |
Color Harmonies of #686769
Complementary color
Monochromatic Colors of #686769
Black with #686769
Text Example
Text Example
White with #686769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686769; }
p { color: rgb(104,103,105); }
H1.HeaderClassName
{
color: #686769;
}
.AnyTagClassName
{
color: #686769;
}
</style>
background-color css
<style>
a { background-color: #686769; }
a { background-color: rgb(104,103,105); }
div.DivClassName
{
background-color: #686769;
}
.BgClassName
{
background-color: #686769;
}
</style>
border-color css
<style>
span { border-color: #686769; }
span { border-color: rgb(104,103,105); }
td.TdClassName
{
border-color: #686769;
}
.TagClassName
{
border-color: #686769;
}
</style>