Shades of Scarpa Flow #6F6D72
Tints of Scarpa Flow #6F6D72
RGB
CMYK
RGB Variations
Color information
#6F6D72 (or 0x6F6D72) is known color: Scarpa Flow. HEX triplet: 6F, 6D and 72. RGB value is (111,109,114). Sum of RGB (Red+Green+Blue) = 111+109+114=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 114 - color contains mainly: blue. Hex color #6F6D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6D72 is #90928D. Grayscale: #6E6E6E. Windows color (decimal): -9474702 or 7499119. OLE color: 7499119.
HSL color Cylindrical-coordinate representation of color #6F6D72: hue angle of 264º degrees, saturation: 0.02, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6F6D72 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 109 | 114 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.55 |
| HSL | 264º | 0.02% | 0.44% | - |
| HSV(B) | 264º | 0.04% | 0.45% | - |
| XYZ | 15.06 | 15.53 | 18.12 | - |
| YUV | 110.17 | 130.16 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 109 | 114 | 0.03 | 0.04 | 0 | 0.55 | 264 | 0.02 | 0.44 |
| Hex | 6F | 6D | 72 | 3 | 4 | 0 | 37 | 108 | 2 | 2C |
| Octal | 157 | 155 | 162 | 3 | 4 | 0 | 67 | 410 | 2 | 54 |
| Binary | 1101111 | 1101101 | 1110010 | 11 | 100 | 0 | 110111 | 100001000 | 10 | 101100 |
Color Harmonies of #6F6D72
Complementary color
Monochromatic Colors of #6F6D72
Black with #6F6D72
Text Example
Text Example
White with #6F6D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6D72; }
p { color: rgb(111,109,114); }
H1.HeaderClassName
{
color: #6F6D72;
}
.AnyTagClassName
{
color: #6F6D72;
}
</style>
background-color css
<style>
a { background-color: #6F6D72; }
a { background-color: rgb(111,109,114); }
div.DivClassName
{
background-color: #6F6D72;
}
.BgClassName
{
background-color: #6F6D72;
}
</style>
border-color css
<style>
span { border-color: #6F6D72; }
span { border-color: rgb(111,109,114); }
td.TdClassName
{
border-color: #6F6D72;
}
.TagClassName
{
border-color: #6F6D72;
}
</style>