Shades of Scarpa Flow #6A656D
Tints of Scarpa Flow #6A656D
RGB
CMYK
RGB Variations
Color information
#6A656D (or 0x6A656D) is known color: Scarpa Flow. HEX triplet: 6A, 65 and 6D. RGB value is (106,101,109). Sum of RGB (Red+Green+Blue) = 106+101+109=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 109 - color contains mainly: blue. Hex color #6A656D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A656D is #959A92. Grayscale: #676767. Windows color (decimal): -9804435 or 7169386. OLE color: 7169386.
HSL color Cylindrical-coordinate representation of color #6A656D: hue angle of 277.5º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6A656D is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 101 | 109 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.57 |
| HSL | 277.5º | 0.04% | 0.41% | - |
| HSV(B) | 277.5º | 0.07% | 0.43% | - |
| XYZ | 13.36 | 13.48 | 16.37 | - |
| YUV | 103.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 101 | 109 | 0.03 | 0.07 | 0 | 0.57 | 277.5 | 0.04 | 0.41 |
| Hex | 6A | 65 | 6D | 3 | 7 | 0 | 39 | 116 | 4 | 29 |
| Octal | 152 | 145 | 155 | 3 | 7 | 0 | 71 | 426 | 4 | 51 |
| Binary | 1101010 | 1100101 | 1101101 | 11 | 111 | 0 | 111001 | 100010110 | 100 | 101001 |
Color Harmonies of #6A656D
Complementary color
Monochromatic Colors of #6A656D
Black with #6A656D
Text Example
Text Example
White with #6A656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A656D; }
p { color: rgb(106,101,109); }
H1.HeaderClassName
{
color: #6A656D;
}
.AnyTagClassName
{
color: #6A656D;
}
</style>
background-color css
<style>
a { background-color: #6A656D; }
a { background-color: rgb(106,101,109); }
div.DivClassName
{
background-color: #6A656D;
}
.BgClassName
{
background-color: #6A656D;
}
</style>
border-color css
<style>
span { border-color: #6A656D; }
span { border-color: rgb(106,101,109); }
td.TdClassName
{
border-color: #6A656D;
}
.TagClassName
{
border-color: #6A656D;
}
</style>