Shades of Scarpa Flow #6B686D
Tints of Scarpa Flow #6B686D
RGB
CMYK
RGB Variations
Color information
#6B686D (or 0x6B686D) is known color: Scarpa Flow. HEX triplet: 6B, 68 and 6D. RGB value is (107,104,109). Sum of RGB (Red+Green+Blue) = 107+104+109=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B686D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B686D is #949792. Grayscale: #696969. Windows color (decimal): -9738131 or 7170155. OLE color: 7170155.
HSL color Cylindrical-coordinate representation of color #6B686D: hue angle of 276º degrees, saturation: 0.02, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6B686D is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 104 | 109 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.57 |
| HSL | 276º | 0.02% | 0.42% | - |
| HSV(B) | 276º | 0.05% | 0.43% | - |
| XYZ | 13.77 | 14.13 | 16.47 | - |
| YUV | 105.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 104 | 109 | 0.02 | 0.05 | 0 | 0.57 | 276 | 0.02 | 0.42 |
| Hex | 6B | 68 | 6D | 2 | 5 | 0 | 39 | 114 | 2 | 2A |
| Octal | 153 | 150 | 155 | 2 | 5 | 0 | 71 | 424 | 2 | 52 |
| Binary | 1101011 | 1101000 | 1101101 | 10 | 101 | 0 | 111001 | 100010100 | 10 | 101010 |
Color Harmonies of #6B686D
Complementary color
Monochromatic Colors of #6B686D
Black with #6B686D
Text Example
Text Example
White with #6B686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B686D; }
p { color: rgb(107,104,109); }
H1.HeaderClassName
{
color: #6B686D;
}
.AnyTagClassName
{
color: #6B686D;
}
</style>
background-color css
<style>
a { background-color: #6B686D; }
a { background-color: rgb(107,104,109); }
div.DivClassName
{
background-color: #6B686D;
}
.BgClassName
{
background-color: #6B686D;
}
</style>
border-color css
<style>
span { border-color: #6B686D; }
span { border-color: rgb(107,104,109); }
td.TdClassName
{
border-color: #6B686D;
}
.TagClassName
{
border-color: #6B686D;
}
</style>