Shades of Scarpa Flow #6A626F
Tints of Scarpa Flow #6A626F
RGB
CMYK
RGB Variations
Color information
#6A626F (or 0x6A626F) is known color: Scarpa Flow. HEX triplet: 6A, 62 and 6F. RGB value is (106,98,111). Sum of RGB (Red+Green+Blue) = 106+98+111=315 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.65% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 111 - color contains mainly: blue. Hex color #6A626F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A626F is #959D90. Grayscale: #656565. Windows color (decimal): -9805201 or 7299690. OLE color: 7299690.
HSL color Cylindrical-coordinate representation of color #6A626F: hue angle of 276.92º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6A626F is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 98 | 111 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.56 |
| HSL | 276.92º | 0.06% | 0.41% | - |
| HSV(B) | 276.92º | 0.12% | 0.44% | - |
| XYZ | 13.18 | 12.95 | 16.84 | - |
| YUV | 101.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 98 | 111 | 0.05 | 0.12 | 0 | 0.56 | 276.92 | 0.06 | 0.41 |
| Hex | 6A | 62 | 6F | 5 | C | 0 | 38 | 115 | 6 | 29 |
| Octal | 152 | 142 | 157 | 5 | 14 | 0 | 70 | 425 | 6 | 51 |
| Binary | 1101010 | 1100010 | 1101111 | 101 | 1100 | 0 | 111000 | 100010101 | 110 | 101001 |
Color Harmonies of #6A626F
Complementary color
Monochromatic Colors of #6A626F
Black with #6A626F
Text Example
Text Example
White with #6A626F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A626F; }
p { color: rgb(106,98,111); }
H1.HeaderClassName
{
color: #6A626F;
}
.AnyTagClassName
{
color: #6A626F;
}
</style>
background-color css
<style>
a { background-color: #6A626F; }
a { background-color: rgb(106,98,111); }
div.DivClassName
{
background-color: #6A626F;
}
.BgClassName
{
background-color: #6A626F;
}
</style>
border-color css
<style>
span { border-color: #6A626F; }
span { border-color: rgb(106,98,111); }
td.TdClassName
{
border-color: #6A626F;
}
.TagClassName
{
border-color: #6A626F;
}
</style>