Shades of Scarpa Flow #6C686F
Tints of Scarpa Flow #6C686F
RGB
CMYK
RGB Variations
Color information
#6C686F (or 0x6C686F) is known color: Scarpa Flow. HEX triplet: 6C, 68 and 6F. RGB value is (108,104,111). Sum of RGB (Red+Green+Blue) = 108+104+111=323 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.44% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 111 - color contains mainly: blue. Hex color #6C686F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C686F is #939790. Grayscale: #696969. Windows color (decimal): -9672593 or 7301228. OLE color: 7301228.
HSL color Cylindrical-coordinate representation of color #6C686F: hue angle of 274.29º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6C686F is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 104 | 111 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.56 |
| HSL | 274.29º | 0.03% | 0.42% | - |
| HSV(B) | 274.29º | 0.06% | 0.44% | - |
| XYZ | 14 | 14.24 | 17.05 | - |
| YUV | 105.99 | 130.83 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 104 | 111 | 0.03 | 0.06 | 0 | 0.56 | 274.29 | 0.03 | 0.42 |
| Hex | 6C | 68 | 6F | 3 | 6 | 0 | 38 | 112 | 3 | 2A |
| Octal | 154 | 150 | 157 | 3 | 6 | 0 | 70 | 422 | 3 | 52 |
| Binary | 1101100 | 1101000 | 1101111 | 11 | 110 | 0 | 111000 | 100010010 | 11 | 101010 |
Color Harmonies of #6C686F
Complementary color
Monochromatic Colors of #6C686F
Black with #6C686F
Text Example
Text Example
White with #6C686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C686F; }
p { color: rgb(108,104,111); }
H1.HeaderClassName
{
color: #6C686F;
}
.AnyTagClassName
{
color: #6C686F;
}
</style>
background-color css
<style>
a { background-color: #6C686F; }
a { background-color: rgb(108,104,111); }
div.DivClassName
{
background-color: #6C686F;
}
.BgClassName
{
background-color: #6C686F;
}
</style>
border-color css
<style>
span { border-color: #6C686F; }
span { border-color: rgb(108,104,111); }
td.TdClassName
{
border-color: #6C686F;
}
.TagClassName
{
border-color: #6C686F;
}
</style>